Skip to content

Commit 7cd5965

Browse files
committed
๐Ÿ‡ธ ๐Ÿ‡น ๐Ÿ‡ฆ ๐Ÿ‡ณ ๐Ÿ‡ฉ๐Ÿ•Š๏ธ๐Ÿ‡ผ ๐Ÿ‡ฎ ๐Ÿ‡น ๐Ÿ‡ญ๐Ÿ›ก๏ธ๐Ÿ‡บ๐Ÿ‡ฆ
1 parent de51c8e commit 7cd5965

5 files changed

Lines changed: 9 additions & 1990 deletions

File tree

โ€ŽREADME.mdโ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Simple, local, material design notes.
8181

8282
All the supported languages are listed here alphabetically. You can see more details on the [Crowdin project](https://crowdin.com/project/localmaterialnotes). To improve a language or add support for a new one, please see [CONTRIBUTING.md](CONTRIBUTING.md#localization).
8383

84-
- Chinese Simplified
8584
- Chinese Traditional
8685
- Czech
8786
- English
@@ -91,7 +90,6 @@ All the supported languages are listed here alphabetically. You can see more det
9190
- Italian
9291
- Polish
9392
- Portuguese
94-
- Russian
9593
- Spanish
9694
- Turkish
9795

โ€Žlib/common/enums/supported_language.dartโ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ enum SupportedLanguage {
3131
/// Portuguese.
3232
pt(Locale('pt'), .62),
3333

34-
/// Russian.
35-
ru(Locale('ru'), .88),
36-
3734
/// Turkish.
3835
tr(Locale('tr'), .80),
3936

40-
/// Chinese Simplified.
41-
zh(Locale('zh'), 1),
42-
4337
/// Chinese Traditional.
4438
zhTW(Locale.fromSubtags(languageCode: 'zh', scriptCode: 'Hant'), 0);
4539

0 commit comments

Comments
ย (0)