Created
December 1, 2023 02:36
-
-
Save ejmudi/a29da70bed894eba33a953f2a477a9ab to your computer and use it in GitHub Desktop.
Official Languages of the World
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Official languages of the world ordered by number of sovereign countries in which they are de jure or de facto official (or with a national language status) | |
// Sourced from Wikipedia: https://en.wikipedia.org/wiki/List_of_official_languages#Number_of_countries_with_the_same_official_language | |
const OFFICIAL_LANGUAGES = [ | |
"English", | |
"French", | |
"Arabic", | |
"Spanish", | |
"Portuguese", | |
"German", | |
"Russian", | |
"Swahili", | |
"Serbo-Croatian", | |
"Italian", | |
"Malay", | |
"Dutch", | |
"Persian", | |
"Sotho", | |
"Tswana", | |
"Albanian", | |
"Mandarin Chinese", | |
"Romanian", | |
"Turkish", | |
"Aymara", | |
"Berber", | |
"Chichewa", | |
"Greek", | |
"Guarani", | |
"Hindi", | |
"Korean", | |
"Quechua", | |
"Rwanda-Rundi", | |
"Swati", | |
"Swedish", | |
"Tamil", | |
"Tigrinya", | |
"Venda", | |
"Xhosa", | |
"Armenian", | |
"Somali" | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment