Skip to content

Commit

Permalink
i18n: Update Turkish (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
fybx authored Oct 20, 2023
1 parent fb43af3 commit 6e4c51d
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 @@ -365,8 +365,6 @@ tr:
editor:
pens:
shapePen(OUTDATED): Shape pen
selectionBar:
duplicate(OUTDATED): Duplicate
zh-Hans-CN:
editor:
pens:
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/community/strings_tr.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ editor:
delete: Sil
selectionBar:
delete: Sil
duplicate(OUTDATED): Kopyalamak
duplicate: Çoğalt
menu:
clearPage: $page/$totalPages numaralı sayfayı temizle
clearAllPages: Tüm sayfaları temizle
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 08:59 UTC
/// Built on 2023-10-20 at 09:01 UTC

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

// Translations
@override String get delete => 'Sil';
@override String get duplicate => 'Kopyalamak';
@override String get duplicate => 'Çoğalt';
}

// Path: editor.menu
Expand Down

0 comments on commit 6e4c51d

Please sign in to comment.