Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: Update Czech #953

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/i18n/_missing_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ cs:
editor:
pens:
shapePen(OUTDATED): Shape pen
selectionBar:
duplicate(OUTDATED): Duplicate
de:
home:
titles:
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/community/strings_cs.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ editor:
delete: Odstranit
selectionBar:
delete: Odstranit
duplicate(OUTDATED): Čeština
duplicate: Duplikovat
menu:
clearPage: Smazat obsah stránky $page/$totalPages
clearAllPages: Smazat všechny stránky
Expand Down
4 changes: 2 additions & 2 deletions lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// Locales: 15
/// Strings: 3630 (242 per locale)
///
/// Built on 2023-10-20 at 09:01 UTC
/// Built on 2023-10-20 at 09:02 UTC

// coverage:ignore-file
// ignore_for_file: type=lint
Expand Down Expand Up @@ -2367,7 +2367,7 @@ class _StringsEditorSelectionBarCs extends _StringsEditorSelectionBarEn {

// Translations
@override String get delete => 'Odstranit';
@override String get duplicate => 'Čeština';
@override String get duplicate => 'Duplikovat';
}

// Path: editor.menu
Expand Down