Skip to content

Commit

Permalink
i18n: Update Czech (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceskyDJ authored Oct 20, 2023
1 parent 6e4c51d commit c6fb08d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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

0 comments on commit c6fb08d

Please sign in to comment.