mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
chore(android): Rename "Fula" to "Pulaar"
This commit is contained in:
parent
c0d80d671b
commit
fecc73ccfe
1 changed files with 2 additions and 2 deletions
|
|
@ -37,10 +37,10 @@ public class DisplayLanguages {
|
|||
new DisplayLanguageType(unspecifiedLocale, context.getString(R.string.default_locale)),
|
||||
new DisplayLanguageType("en", "English"),
|
||||
new DisplayLanguageType("fr-FR", "French"),
|
||||
new DisplayLanguageType("ff-ZA", "Fula"),
|
||||
new DisplayLanguageType("de-DE", "German"),
|
||||
new DisplayLanguageType("km-KH", "Khmer"),
|
||||
new DisplayLanguageType("ann", "Obolo")
|
||||
new DisplayLanguageType("ann", "Obolo"),
|
||||
new DisplayLanguageType("ff-ZA", "Pulaar") // or Fulah
|
||||
};
|
||||
return languages;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue