|
1 | 1 | wp-languages
|
2 | 2 | ============
|
3 | 3 |
|
4 |
| -All translations of WordPress core for multilingual site development, testing, and production. |
| 4 | +A collection of WordPress core translations for multilingual site development, testing, and production. |
| 5 | + |
| 6 | +This project contains .po and .mo files for WordPress in (hopefully) all available languages. |
| 7 | + |
| 8 | +## Installation |
| 9 | + |
| 10 | +Copy the languages you need into the directory `wp-content/languages` on your server. If you installed WordPress in English, you'll need to create the `languages` folder inside `wp-content` first. Alternatively, clone this repository directly into that folder to get all languages and updates. |
| 11 | + |
| 12 | +Open wp-config.php and find the following line: |
| 13 | + |
| 14 | + define ('WPLANG', ''); |
| 15 | + |
| 16 | +Change the second part to your locale. For example, to get WordPress in Japanese: |
| 17 | + |
| 18 | + define ('WPLANG', 'ja'); |
| 19 | + |
| 20 | +Note: the locale should be 2 lowercase letters for the language, optionally followed by an undercore and 2 uppercase letters for the region. For example, Portuguese (Brasil) would be pt_BR. |
| 21 | + |
| 22 | +## Available Languages |
| 23 | +English – English ( en_US ) |
| 24 | +English (Australia) - English ( en_AU ) |
| 25 | +English (Canada) - English ( en_CA ) |
| 26 | +English (UK) - English ( en_GB ) |
| 27 | +Albanian - Shqip ( sq ) |
| 28 | +Arabic – العربية ( ar ) |
| 29 | +Armenian – Հայերեն ( hy ) |
| 30 | +Azerbaijani - Azərbaycan dili ( az ) |
| 31 | +Basque - Euskara ( eu ) |
| 32 | +Bengali - বাংলা ( bn_BD ) |
| 33 | +Bosnian - Bosanski ( bs_BA ) |
| 34 | +Bulgarian – Български ( bg_BG ) |
| 35 | +Catalan - Català ( ca ) |
| 36 | +Central Kurdish - وۆردپرێس بەکوردی ( ckb ) |
| 37 | +Chinese (China) - 简体中文 ( zh_CN ) |
| 38 | +Chinese (Taiwan) - 正體中文 ( zh_TW ) |
| 39 | +Croatian – Hrvatski ( hr ) |
| 40 | +Czech - Čeština ( cs_CZ ) |
| 41 | +Danish - Dansk ( da_DK ) |
| 42 | +Dutch - Nederlands ( nl_NL ) |
| 43 | +Esperanto - Esperanto ( eo ) |
| 44 | +Estonian - Eesti ( et ) |
| 45 | +Finnish – Suomi ( fi ) |
| 46 | +French – Français ( fr_FR ) |
| 47 | +Frisian - Frysk ( fy ) |
| 48 | +Galician - Galego ( gl_ES ) |
| 49 | +German – Deutsch ( de_DE ) |
| 50 | +Greek - Ελληνικά ( el ) |
| 51 | +Hebrew - עִבְרִית ( he_IL ) |
| 52 | +Hungarian - Magyar ( hu_HU ) |
| 53 | +Indonesian - Bahasa Indonesia ( id_ID ) |
| 54 | +Islandic - Íslenska ( is_IS ) |
| 55 | +Italian – Italiano ( it_IT ) |
| 56 | +Japanese – 日本語 ( ja ) |
| 57 | +Javanese - Jawa ( jv_ID ) |
| 58 | +Kannada - ಕನ್ನಡ ( kn ) |
| 59 | +Kazakh - Қазақша ( kk ) |
| 60 | +Korean - 한국어 ( ko_KR ) |
| 61 | +Kyrgyz - Кыргызча ( ky_KY ) |
| 62 | +Latvian - Latviešu valodā ( lv ) |
| 63 | +Macedonian - Македонски ( mk_MK ) |
| 64 | +Malay - Bahasa Melayu ( ms_MY ) |
| 65 | +Montenegrin - Crnogorski ( me_ME ) |
| 66 | +Norwegian Bokmål - Norsk bokmål ( nb_NO ) |
| 67 | +Norwegian Nynorsk - Norsk nynorsk ( nn_NO ) |
| 68 | +Ossetian - Ирон ( os ) |
| 69 | +Persian - فارسی ( fa_IR ) |
| 70 | +Polish – Polski ( pl_PL ) |
| 71 | +Portuguese (Brazil) – Português do Brasil ( pt_BR ) |
| 72 | +Portuguese (Portugal) – Português ( pt_PT ) |
| 73 | +Romanian - Română ( ro_RO ) |
| 74 | +Russian - Русский ( ru_RU ) |
| 75 | +Scottish Gaelic - Gàidhlig ( gd ) |
| 76 | +Serbian - Српски ( sr_RS ) |
| 77 | +Sinhala - සිංහල ( si_LK ) |
| 78 | +Slovak - Slovenský jazyk ( sk_SK ) |
| 79 | +Slovenian – Slovenija ( sl_SI ) |
| 80 | +Spanish – Español ( es_ES ) |
| 81 | +Spanish (Chile) – Español ( es_CL ) |
| 82 | +Spanish (México) – Español ( es_MX ) |
| 83 | +Spanish (Perú) – Español ( es_PE ) |
| 84 | +Spanish (Venezuela) – Español ( es_VE ) |
| 85 | +Sundanese - Basa Sunda ( su_ID ) |
| 86 | +Swahili - Kiswahili ( sw ) |
| 87 | +Swedish – Svenska ( sv_SE ) |
| 88 | +Tagalog - Tagalog ( tl ) |
| 89 | +Telugu - తెలుగు ( te ) |
| 90 | +Thai - ภาษาไทย ( th ) |
| 91 | +Turkish - Türkçe ( tr_TR ) |
| 92 | +Ukrainian - Україна ( uk ) |
| 93 | +Urdu - اردو ( ur ) |
| 94 | +Vietnamese - tiếng Việt ( vi ) |
| 95 | +Welsh - Cymraeg ( cy ) |
| 96 | + |
| 97 | +Visit http://i18n.svn.wordpress.org/ for the latest official translations of WordPress. |
0 commit comments