Standardized language files
This commit is contained in:
parent
e427baf80a
commit
2144228e57
|
@ -69,7 +69,7 @@ sealed class LanguagesPreference(val value: Int) : Preference() {
|
|||
Spanish -> Locale("es", "ES")
|
||||
Polish -> Locale("pl", "PL")
|
||||
Russian -> Locale("ru", "RU")
|
||||
Basque -> Locale("eu", "EU")
|
||||
Basque -> Locale("eu", "ES")
|
||||
Indonesian -> Locale("in", "ID")
|
||||
ChineseTraditional -> Locale("zh", "TW")
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<string name="all">Wszystkie</string>
|
||||
<plurals name="all_desc">
|
||||
<item quantity="one">%1$d pobrany artykuł</item>
|
||||
<item quantity="few">%1$d pobrane artykuły</item>
|
||||
<item quantity="many">%1$d pobranych artykułów</item>
|
||||
<item quantity="few">%1$d pobrane artykuły</item>
|
||||
<item quantity="many">%1$d pobranych artykułów</item>
|
||||
</plurals>
|
||||
<string name="unread">Nieprzeczytane</string>
|
||||
<plurals name="unread_desc">
|
|
@ -292,7 +292,7 @@
|
|||
</string>
|
||||
<string name="preview_article_title">Как писать, чтобы тебя читали</string>
|
||||
<string name="preview_article_desc">Можно читать и не понимать, можно читать и понимать, а можно читать и понимать даже то, что не написано.
|
||||
автор Exosphere</string>
|
||||
автор Exosphere</string>
|
||||
<string name="fill_selected_icon">Заливка выбранной иконки</string>
|
||||
<string name="feeds_page">Страница подписок</string>
|
||||
<string name="flow_page">Страница статей</string>
|
Loading…
Reference in New Issue
Block a user