feat(jdk8): move files to new folder to avoid resources compiled.
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.ff;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_ff_SN extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
127
jdkSrc/jdk8/sun/util/resources/cldr/ff/CurrencyNames_ff.java
Normal file
127
jdkSrc/jdk8/sun/util/resources/cldr/ff/CurrencyNames_ff.java
Normal file
@@ -0,0 +1,127 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.ff;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_ff extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "aed", "Dirham Emiraati Araab Dentu\u0257i" },
|
||||
{ "aoa", "Kwansaa Anngolaa" },
|
||||
{ "aud", "Dolaar Ostaraalii" },
|
||||
{ "bhd", "Dinaar Bahrayn" },
|
||||
{ "bif", "Mbuu\u0257u Burunndi" },
|
||||
{ "bwp", "Pulaa Botwanaa" },
|
||||
{ "cad", "Dolaar Kandaaa" },
|
||||
{ "cdf", "Faraa Konngo" },
|
||||
{ "chf", "Faraa Suwiis" },
|
||||
{ "cny", "Yuam Siin" },
|
||||
{ "cve", "Eskudoo Kap Weer" },
|
||||
{ "djf", "Faraa Jibutii" },
|
||||
{ "dzd", "Dinaar Alaseri" },
|
||||
{ "egp", "Liibar Ejipt" },
|
||||
{ "ern", "Nafka Eriteree" },
|
||||
{ "etb", "Biir Ecoppi" },
|
||||
{ "eur", "Oroo" },
|
||||
{ "gbp", "Liibar Sterling" },
|
||||
{ "ghc", "Sedi Ganaa" },
|
||||
{ "gmd", "Dalasi Gammbi" },
|
||||
{ "gns", "Faraa Gine" },
|
||||
{ "inr", "Rupii Enndo" },
|
||||
{ "jpy", "Yen Sapoo" },
|
||||
{ "kes", "Siling Ke\u00f1aa" },
|
||||
{ "kmf", "Faraa Komoor" },
|
||||
{ "lrd", "Dolaar Liberiyaa" },
|
||||
{ "lsl", "Loti Lesotoo" },
|
||||
{ "lyd", "Dinaar Libi" },
|
||||
{ "mad", "Diraham Maruk" },
|
||||
{ "mga", "Ariyari Madagaskaar" },
|
||||
{ "mro", "Ugiyya Muritani" },
|
||||
{ "mur", "Rupii Moriis" },
|
||||
{ "mwk", "Kuwacca Malaawi" },
|
||||
{ "mzm", "Metikal Mosammbik" },
|
||||
{ "nad", "Dolaar Namibii" },
|
||||
{ "ngn", "Nayraa Nijeriyaa" },
|
||||
{ "rwf", "Faraa Ruwanndaa" },
|
||||
{ "sar", "Riyaal Arabi Sawdit" },
|
||||
{ "scr", "Rupii Seysel" },
|
||||
{ "sdg", "Liibar Sudaan" },
|
||||
{ "shp", "Liibar Sent Helen" },
|
||||
{ "sll", "Lewoon Seraa Liyon" },
|
||||
{ "sos", "Siling Soomali" },
|
||||
{ "std", "Dobra Sawo Tome e Prensipe" },
|
||||
{ "szl", "Lilangeni Swaasilannda" },
|
||||
{ "tnd", "Dinaar Tunisii" },
|
||||
{ "tzs", "Siling Tansanii" },
|
||||
{ "ugx", "Siling Uganndaa" },
|
||||
{ "usd", "Dolaar Dowlaaji Dentu\u0257i" },
|
||||
{ "xaf", "Mbuu\u0257i Seefaa BEAC" },
|
||||
{ "xof", "Mbuu\u0257u Seefaa BCEAO" },
|
||||
{ "zar", "Rannda Afrik B\u014b Worgo" },
|
||||
{ "zmk", "Kuwacca Sammbi" },
|
||||
{ "zwd", "Dolaar Simbaabuwe" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
344
jdkSrc/jdk8/sun/util/resources/cldr/ff/LocaleNames_ff.java
Normal file
344
jdkSrc/jdk8/sun/util/resources/cldr/ff/LocaleNames_ff.java
Normal file
@@ -0,0 +1,344 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.ff;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_ff extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "AD", "Anndoora" },
|
||||
{ "AE", "Emiraat Araab Denntu\u0257e" },
|
||||
{ "AF", "Afganistaan" },
|
||||
{ "AG", "Antiguwaa e Barbudaa" },
|
||||
{ "AI", "Anngiyaa" },
|
||||
{ "AL", "Albanii" },
|
||||
{ "AM", "Armenii" },
|
||||
{ "AN", "Antiiye Nederlanndeeje" },
|
||||
{ "AO", "Anngolaa" },
|
||||
{ "AR", "Arjantiin" },
|
||||
{ "AS", "Samowa Amerik" },
|
||||
{ "AT", "Otiriis" },
|
||||
{ "AU", "Ostaraalii" },
|
||||
{ "AW", "Aruuba" },
|
||||
{ "AZ", "Ajerbayjaan" },
|
||||
{ "BA", "Bosnii Hersegowiin" },
|
||||
{ "BB", "Barbadoos" },
|
||||
{ "BD", "Banglaadees" },
|
||||
{ "BE", "Beljik" },
|
||||
{ "BF", "Burkibaa Faaso" },
|
||||
{ "BG", "Bulgarii" },
|
||||
{ "BH", "Bahreyn" },
|
||||
{ "BI", "Burunndi" },
|
||||
{ "BJ", "Benee" },
|
||||
{ "BM", "Bermudaa" },
|
||||
{ "BN", "Burnaay" },
|
||||
{ "BO", "Boliwii" },
|
||||
{ "BR", "Beresiil" },
|
||||
{ "BS", "Bahamaas" },
|
||||
{ "BT", "Butaan" },
|
||||
{ "BW", "Botswaana" },
|
||||
{ "BY", "Belaruus" },
|
||||
{ "BZ", "Beliise" },
|
||||
{ "CA", "Kanadaa" },
|
||||
{ "CD", "Ndenndaandi Demokaraasiire Konngo" },
|
||||
{ "CF", "Ndenndaandi Santarafrik" },
|
||||
{ "CG", "Konngo" },
|
||||
{ "CH", "Suwiis" },
|
||||
{ "CI", "Kodduwaar" },
|
||||
{ "CK", "Duu\u0257e Kuuk" },
|
||||
{ "CL", "Cilii" },
|
||||
{ "CM", "Kameruun" },
|
||||
{ "CN", "Siin" },
|
||||
{ "CO", "Kolombiya" },
|
||||
{ "CR", "Kosta Rikaa" },
|
||||
{ "CS", "Serbii e Montenegoroo" },
|
||||
{ "CU", "Kubaa" },
|
||||
{ "CV", "Duu\u0257e Kap Weer" },
|
||||
{ "CY", "Siipar" },
|
||||
{ "CZ", "Ndenndaandi Cek" },
|
||||
{ "DE", "Almaa\u00f1" },
|
||||
{ "DJ", "Jibutii" },
|
||||
{ "DK", "Danmark" },
|
||||
{ "DM", "Dominika" },
|
||||
{ "DO", "Ndenndanndi Dominika" },
|
||||
{ "DZ", "Alaseri" },
|
||||
{ "EC", "Ekuwatoor" },
|
||||
{ "EE", "Estoni" },
|
||||
{ "EG", "Ejipt" },
|
||||
{ "ER", "Eriteree" },
|
||||
{ "ES", "Espaa\u00f1" },
|
||||
{ "ET", "Ecoppi" },
|
||||
{ "FI", "Fenland" },
|
||||
{ "FJ", "Fijji" },
|
||||
{ "FK", "Duu\u0257e Falkland" },
|
||||
{ "FM", "Mikoronesii" },
|
||||
{ "FR", "Farayse" },
|
||||
{ "GA", "Gaboo" },
|
||||
{ "GB", "Laamateeri Rentundi" },
|
||||
{ "GD", "Garnaad" },
|
||||
{ "GE", "Jeorgii" },
|
||||
{ "GF", "Giyaan Farayse" },
|
||||
{ "GH", "Ganaa" },
|
||||
{ "GI", "Jibraltaar" },
|
||||
{ "GL", "Gorwendland" },
|
||||
{ "GM", "Gammbi" },
|
||||
{ "GN", "Gine" },
|
||||
{ "GP", "Gwaadalup" },
|
||||
{ "GQ", "Ginee Ekuwaatoriyaal" },
|
||||
{ "GR", "Gerees" },
|
||||
{ "GT", "Gwaatemalaa" },
|
||||
{ "GU", "Guwam" },
|
||||
{ "GW", "Gine-Bisaawo" },
|
||||
{ "GY", "Giyaan" },
|
||||
{ "HN", "Onnduraas" },
|
||||
{ "HR", "Korwasii" },
|
||||
{ "HT", "Haytii" },
|
||||
{ "HU", "Onngiri" },
|
||||
{ "ID", "Enndonesii" },
|
||||
{ "IE", "Irlannda" },
|
||||
{ "IL", "Israa'iila" },
|
||||
{ "IN", "Enndo" },
|
||||
{ "IO", "Keeriindi britaani to maayo enndo" },
|
||||
{ "IQ", "Iraak" },
|
||||
{ "IR", "Iraan" },
|
||||
{ "IS", "Islannda" },
|
||||
{ "IT", "Itali" },
|
||||
{ "JM", "Jamayka" },
|
||||
{ "JO", "Jordani" },
|
||||
{ "JP", "Sapoo" },
|
||||
{ "KE", "Ke\u00f1aa" },
|
||||
{ "KG", "Kirgistaan" },
|
||||
{ "KH", "Kambodso" },
|
||||
{ "KI", "Kiribari" },
|
||||
{ "KM", "Komoor" },
|
||||
{ "KN", "Sent Kits e Newis" },
|
||||
{ "KP", "Koree Rewo" },
|
||||
{ "KR", "Koree Worgo" },
|
||||
{ "KW", "Kuweyti" },
|
||||
{ "KY", "Duu\u0257e Kaymaa" },
|
||||
{ "KZ", "Kasakstaan" },
|
||||
{ "LA", "Lawoos" },
|
||||
{ "LB", "Libaa" },
|
||||
{ "LC", "Sent Lusiyaa" },
|
||||
{ "LI", "Lincenstayn" },
|
||||
{ "LK", "Siri Lanka" },
|
||||
{ "LR", "Liberiyaa" },
|
||||
{ "LS", "Lesoto" },
|
||||
{ "LT", "Lituaanii" },
|
||||
{ "LU", "Liksembuur" },
|
||||
{ "LV", "Letonii" },
|
||||
{ "LY", "Libi" },
|
||||
{ "MA", "Maruk" },
|
||||
{ "MC", "Monaakoo" },
|
||||
{ "MD", "Moldawii" },
|
||||
{ "MG", "Madagaskaar" },
|
||||
{ "MH", "Duu\u0257e Marsaal" },
|
||||
{ "MK", "Meceduwaan" },
|
||||
{ "ML", "Maali" },
|
||||
{ "MM", "Miyamaar" },
|
||||
{ "MN", "Monngolii" },
|
||||
{ "MP", "Duu\u0257e Mariyaana Rewo" },
|
||||
{ "MQ", "Martinik" },
|
||||
{ "MR", "Muritani" },
|
||||
{ "MS", "Monseraat" },
|
||||
{ "MT", "Malte" },
|
||||
{ "MU", "Moriis" },
|
||||
{ "MV", "Maldiiwe" },
|
||||
{ "MW", "Malaawi" },
|
||||
{ "MX", "Meksik" },
|
||||
{ "MY", "Malesii" },
|
||||
{ "MZ", "Mosammbik" },
|
||||
{ "NA", "Namibii" },
|
||||
{ "NC", "Nuwel Kaledonii" },
|
||||
{ "NE", "Nijeer" },
|
||||
{ "NF", "Duu\u0257e Norfolk" },
|
||||
{ "NG", "Nijeriyaa" },
|
||||
{ "NI", "Nikaraguwaa" },
|
||||
{ "NL", "Nederlannda" },
|
||||
{ "NO", "Norwees" },
|
||||
{ "NP", "Nepaal" },
|
||||
{ "NR", "Nawuru" },
|
||||
{ "NU", "Niuwe" },
|
||||
{ "NZ", "Nuwel Selannda" },
|
||||
{ "OM", "Omaan" },
|
||||
{ "PA", "Panamaa" },
|
||||
{ "PE", "Peru" },
|
||||
{ "PF", "Polinesii Farayse" },
|
||||
{ "PG", "Papuwaa Nuwel Gine" },
|
||||
{ "PH", "Filipiin" },
|
||||
{ "PK", "Pakistaan" },
|
||||
{ "PL", "Polo\u00f1" },
|
||||
{ "PM", "See Piyeer e Mikeloo" },
|
||||
{ "PN", "Pitkern" },
|
||||
{ "PR", "Porto Rikoo" },
|
||||
{ "PS", "Palestiin Sisjordani e Gaasaa" },
|
||||
{ "PT", "Purtugaal" },
|
||||
{ "PW", "Palawu" },
|
||||
{ "PY", "Paraguwaay" },
|
||||
{ "QA", "Kataar" },
|
||||
{ "RE", "Rewi\u00f1oo" },
|
||||
{ "RO", "Rumanii" },
|
||||
{ "RU", "Riisii" },
|
||||
{ "RW", "Ruwanndaa" },
|
||||
{ "SA", "Arabii Sawdit" },
|
||||
{ "SB", "Duu\u0257e Solomon" },
|
||||
{ "SC", "Seysel" },
|
||||
{ "SD", "Sudaan" },
|
||||
{ "SE", "Suweed" },
|
||||
{ "SG", "Sinngapuur" },
|
||||
{ "SH", "Sent Helen" },
|
||||
{ "SI", "Slowenii" },
|
||||
{ "SK", "Slowakii" },
|
||||
{ "SL", "Seraa liyon" },
|
||||
{ "SM", "See Maree" },
|
||||
{ "SN", "Senegaal" },
|
||||
{ "SO", "Somalii" },
|
||||
{ "SR", "Surinaam" },
|
||||
{ "ST", "Sawo Tome e Perensipe" },
|
||||
{ "SV", "El Salwador" },
|
||||
{ "SY", "Sirii" },
|
||||
{ "SZ", "Swaasilannda" },
|
||||
{ "TC", "Duu\u0257e Turke e Keikoos" },
|
||||
{ "TD", "Caad" },
|
||||
{ "TG", "Togoo" },
|
||||
{ "TH", "Taylannda" },
|
||||
{ "TJ", "Tajikistaan" },
|
||||
{ "TK", "Tokelaaw" },
|
||||
{ "TL", "Timoor Fu\u0257naange" },
|
||||
{ "TM", "Turkmenistaan" },
|
||||
{ "TN", "Tunisii" },
|
||||
{ "TO", "Tonngaa" },
|
||||
{ "TR", "Turkii" },
|
||||
{ "TT", "Tirnidaad e Tobaago" },
|
||||
{ "TV", "Tuwaluu" },
|
||||
{ "TW", "Taywaan" },
|
||||
{ "TZ", "Tansanii" },
|
||||
{ "UA", "Ukereen" },
|
||||
{ "UG", "Unganndaa" },
|
||||
{ "US", "Dowlaaji Dentu\u0257i Amerik" },
|
||||
{ "UY", "Uruguwaay" },
|
||||
{ "UZ", "Usbekistaan" },
|
||||
{ "VA", "Dowla Waticaan" },
|
||||
{ "VC", "See Weesaa e Garnadiin" },
|
||||
{ "VE", "Wenesuwelaa" },
|
||||
{ "VG", "duu\u0257e kecce britanii" },
|
||||
{ "VI", "Duu\u0257e Kecce Amerik" },
|
||||
{ "VN", "Wiyetnaam" },
|
||||
{ "VU", "Wanuwaatuu" },
|
||||
{ "WF", "Walis e Futuna" },
|
||||
{ "WS", "Samowaa" },
|
||||
{ "YE", "Yemen" },
|
||||
{ "YT", "Mayoot" },
|
||||
{ "ZA", "Afrik b\u014b Worgo" },
|
||||
{ "ZM", "Sammbi" },
|
||||
{ "ZW", "Simbaabuwe" },
|
||||
{ "ak", "Akaan" },
|
||||
{ "am", "Amarik" },
|
||||
{ "ar", "Aarabeere" },
|
||||
{ "be", "Belaruuse" },
|
||||
{ "bg", "Bulgariire" },
|
||||
{ "bn", "Bengali" },
|
||||
{ "cs", "Cekkere" },
|
||||
{ "de", "Docceere" },
|
||||
{ "el", "Gerke" },
|
||||
{ "en", "Engeleere" },
|
||||
{ "es", "Espa\u00f1ol" },
|
||||
{ "fa", "Perseere" },
|
||||
{ "ff", "Pulaar" },
|
||||
{ "fr", "Farayseere" },
|
||||
{ "ha", "Hawsa\u014bkoore" },
|
||||
{ "hi", "Hinndi" },
|
||||
{ "hu", "Hongariire" },
|
||||
{ "id", "Endonesiire" },
|
||||
{ "ig", "Igiboore" },
|
||||
{ "it", "Italiyeere" },
|
||||
{ "ja", "Saponeere" },
|
||||
{ "jv", "Sawaneere" },
|
||||
{ "km", "Kemeere" },
|
||||
{ "ko", "Koreere" },
|
||||
{ "ms", "Malayeere" },
|
||||
{ "my", "Burmeese" },
|
||||
{ "ne", "Nepaaleere" },
|
||||
{ "nl", "Dacceere" },
|
||||
{ "pa", "Punjabeere" },
|
||||
{ "pl", "Poloneere" },
|
||||
{ "pt", "Purtugeere" },
|
||||
{ "ro", "Romaneere" },
|
||||
{ "ru", "Riis" },
|
||||
{ "rw", "Ruwaanndeere" },
|
||||
{ "so", "Somalii" },
|
||||
{ "sv", "Sweedeere" },
|
||||
{ "ta", "Tamil" },
|
||||
{ "th", "Taay" },
|
||||
{ "tr", "Turkeere" },
|
||||
{ "uk", "Ukereneere" },
|
||||
{ "ur", "Urdu" },
|
||||
{ "vi", "Wiyetnameere" },
|
||||
{ "yo", "Yorrubaa" },
|
||||
{ "zh", "Sinuwaare" },
|
||||
{ "zu", "Sulu\u014bkoore" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user