Skip to content

Commit

Permalink
Add polish (pl) to good languages (closes #3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jun 21, 2024
1 parent a0f61db commit 19b42ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/net/bible/service/common/CommonUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ object CommonUtils : CommonUtilsBase() {
Log.i(TAG, "Language tag $languageTag, code $languageCode")

// Transifex as of 21.2.2024
val goodLanguages = "en,af,fi,fr,de,it,pt-BR,ro,sk,sl,tr,kk,uk,cz,lt,yue,zh-Hans-CN,zh-Hant-TW,es,ta,cs,hu,nl,sr,te".split(",")
val goodLanguages = "en,af,fi,fr,de,it,pt-BR,ro,sk,sl,tr,kk,uk,cz,lt,yue,zh-Hans-CN,zh-Hant-TW,es,ta,cs,hu,nl,sr,te,pl".split(",")

// 4.0 list:

Expand Down

0 comments on commit 19b42ac

Please sign in to comment.