Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/.blender/.Blanguages23
-rw-r--r--po/Makefile2
2 files changed, 13 insertions, 12 deletions
diff --git a/bin/.blender/.Blanguages b/bin/.blender/.Blanguages
index 76115a0b189..cc4eac654ed 100644
--- a/bin/.blender/.Blanguages
+++ b/bin/.blender/.Blanguages
@@ -1,18 +1,19 @@
-English:en_US
-Japanese:ja_JP
-Dutch:nl_NL
-Italian:it_IT
+Catalan:ca_ES
+Czech:cs_CZ
German:de_DE
+English:en_US
+Spanish:es_ES
Finnish:fi_FI
-Swedish:sv_SE
French:fr_FR
-Spanish:es_ES
-Catalan:ca_ES
-Czech:cs_CZ
+Croatian:hr_HR
+Italian:it_IT
+Japanese:ja_JP
+Dutch:nl_NL
+Polish:pl_PL
Brazilian Portuguese:pt_br
-Simplified Chinese:zh_CN
+Swedish:sv_SE
+Romanian:ro
Russian:ru_RU
-Croatian:hr_HR
Serbian:sr
Ukrainian:uk
-Polish:pl_PL
+Simplified Chinese:zh_CN
diff --git a/po/Makefile b/po/Makefile
index b97fd857e9b..ed043e52858 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -36,7 +36,7 @@ SOURCEDIR = blender/po
include nan_definitions.mk
-LINGUAS = ca cs de es fr it ja nl sv sr sr@Latn uk pl pt_br
+LINGUAS = ca cs de es fr hr it ja nl pl pt_br ro ru sr sr@Latn sv uk zh_CN
ifeq ($(OS), darwin)
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
else