mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-19 13:46:04 +00:00
> List of languages should have system default, English and then all other languages in alphabetic order. > That is, in alphabetic order with respect to the language the list is localized in (seems to be English always)
This commit is contained in:
@@ -25,7 +25,7 @@ public class SupportedLanguagesTest {
|
||||
}
|
||||
|
||||
public static Stream<String> languageTags() {
|
||||
return SupportedLanguages.LANGUAGAE_TAGS.stream() //
|
||||
return SupportedLanguages.LANGUAGE_TAGS.stream() //
|
||||
.filter(tag -> !"en".equals(tag)); // english uses the default bundle
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user