forked from blender/blender
Sergey Sharybin
03806d0b67
This commit implements described in the #104573. The goal is to fix the confusion of the submodule hashes change, which are not ideal for any of the supported git-module configuration (they are either always visible causing confusion, or silently staged and committed, also causing confusion). This commit replaces submodules with a checkout of addons and addons_contrib, covered by the .gitignore, and locale and developer tools are moved to the main repository. This also changes the paths: - /release/scripts are moved to the /scripts - /source/tools are moved to the /tools - /release/datafiles/locale is moved to /locale This is done to avoid conflicts when using bisect, and also allow buildbot to automatically "recover" wgen building older or newer branches/patches. Running `make update` will initialize the local checkout to the changed repository configuration. Another aspect of the change is that the make update will support Github style of remote organization (origin remote pointing to thy fork, upstream remote pointing to the upstream blender/blender.git). Pull Request #104755
65 lines
2.5 KiB
Plaintext
65 lines
2.5 KiB
Plaintext
# File used by Blender to know which languages (translations) are available,
|
||
# and to generate translation menu.
|
||
#
|
||
# File format:
|
||
# ID:MENULABEL:ISOCODE
|
||
# ID must be unique, except for 0 value (marks categories for menu).
|
||
# Line starting with a # are comments!
|
||
#
|
||
# Automatically generated by bl_i18n_utils/update_languages_menu.py script.
|
||
# Highest ID currently in use: 48
|
||
#
|
||
0:Complete:
|
||
0:Automatic (Automatic):DEFAULT
|
||
1:English (English):en_US
|
||
9:Spanish (Español):es
|
||
8:French (Français):fr_FR
|
||
2:Japanese (日本語):ja_JP
|
||
47:Slovak (Slovenčina):sk_SK
|
||
41:Vietnamese (tiếng Việt):vi_VN
|
||
13:Simplified Chinese (简体中文):zh_CN
|
||
#
|
||
0:In Progress:
|
||
10:Catalan (Català):ca_AD
|
||
11:Czech (Český):cs_CZ
|
||
5:German (Deutsch):de_DE
|
||
4:Italian (Italiano):it_IT
|
||
48:Georgian (ქართული):ka
|
||
24:Korean (한국어):ko_KR
|
||
32:Brazilian Portuguese (Português do Brasil):pt_BR
|
||
12:Portuguese (Português):pt_PT
|
||
15:Russian (Русский):ru_RU
|
||
18:Ukrainian (Українська):uk_UA
|
||
14:Traditional Chinese (繁體中文):zh_TW
|
||
#
|
||
0:Starting:
|
||
45:Abkhaz (Аԥсуа бызшәа):ab
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #37:Amharic (አማርኛ):am_ET
|
||
21:Arabic (ﺔﻴﺑﺮﻌﻟﺍ):ar_EG
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #22:Bulgarian (Български):bg_BG
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #23:Greek (Ελληνικά):el_GR
|
||
35:Esperanto (Esperanto):eo
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #36:Spanish from Spain (Español de España):es_ES
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #34:Estonian (Eestlane):et_EE
|
||
42:Basque (Euskara):eu_EU
|
||
26:Persian (ﯽﺳﺭﺎﻓ):fa_IR
|
||
6:Finnish (Suomi):fi_FI
|
||
43:Hausa (Hausa):ha
|
||
33:Hebrew (תירִבְעִ):he_IL
|
||
40:Hindi (मानक हिन्दी):hi_IN
|
||
16:Croatian (Hrvatski):hr_HR
|
||
31:Hungarian (Magyar):hu_HU
|
||
27:Indonesian (Bahasa indonesia):id_ID
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #44:Kazakh (қазақша):kk_KZ
|
||
29:Kyrgyz (Кыргыз тили):ky_KG
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #25:Nepali (नेपाली):ne_NP
|
||
3:Dutch (Nederlandse taal):nl_NL
|
||
19:Polish (Polski):pl_PL
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #20:Romanian (Român):ro_RO
|
||
17:Serbian (Српски):sr_RS
|
||
28:Serbian Latin (Srpski latinica):sr_RS@latin
|
||
7:Swedish (Svenska):sv_SE
|
||
46:Thai (ภาษาไทย):th_TH
|
||
30:Turkish (Türkçe):tr_TR
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #38:Uzbek (Oʻzbek):uz_UZ
|
||
# Skipped (see IMPORT_LANGUAGES_SKIP in settings.py). #39:Uzbek Cyrillic (Ўзбек):uz_UZ@cyrillic |