From 27ebaae4e40de08cbdba5f4e0bd94b33f42a4a9e Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 14 Oct 2014 16:04:56 -0400 Subject: [PATCH] FIX: update Transifex config to include some missing files --- .tx/config | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.tx/config b/.tx/config index e47483f0176..9a565898908 100644 --- a/.tx/config +++ b/.tx/config @@ -27,8 +27,8 @@ source_file = plugins/poll/config/locales/client.en.yml source_lang = en trans.es_ES = plugins/poll/config/locales/client.es.yml trans.fr_FR = plugins/poll/config/locales/client.fr.yml -#trans.ko_KR = plugins/poll/config/locales/client.ko.yml -#trans.pt_PT = plugins/poll/config/locales/client.pt.yml +trans.ko_KR = plugins/poll/config/locales/client.ko.yml +trans.pt_PT = plugins/poll/config/locales/client.pt.yml type = YML [discourse-org.pollserverenyml] @@ -37,8 +37,8 @@ source_file = plugins/poll/config/locales/server.en.yml source_lang = en trans.es_ES = plugins/poll/config/locales/server.es.yml trans.fr_FR = plugins/poll/config/locales/server.fr.yml -#trans.ko_KR = plugins/poll/config/locales/server.ko.yml -#trans.pt_PT = plugins/poll/config/locales/server.pt.yml +trans.ko_KR = plugins/poll/config/locales/server.ko.yml +trans.pt_PT = plugins/poll/config/locales/server.pt.yml type = YML [discourse-org.imgurserverenyml] @@ -47,7 +47,7 @@ source_file = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.en.y source_lang = en trans.es_ES = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.es.yml trans.fr_FR = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.fr.yml -#trans.ko_KR = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.ko.yml +trans.ko_KR = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.ko.yml trans.pt_PT = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.pt.yml type = YML @@ -55,38 +55,38 @@ type = YML file_filter = public/403..html source_file = public/403.html source_lang = en -# trans.es_ES = public/403.es.html +trans.es_ES = public/403.es.html trans.fr_FR = public/403.fr.html -# trans.ko_KR = public/403.ko.html -# trans.pt_PT = public/403.pt.html +trans.ko_KR = public/403.ko.html +trans.pt_PT = public/403.pt.html type = HTML [discourse-org.422html] file_filter = public/422..html source_file = public/422.html source_lang = en -# trans.es_ES = public/422.es.html +trans.es_ES = public/422.es.html trans.fr_FR = public/422.fr.html -# trans.ko_KR = public/422.ko.html -# trans.pt_PT = public/422.pt.html +trans.ko_KR = public/422.ko.html +trans.pt_PT = public/422.pt.html type = HTML [discourse-org.500html] file_filter = public/500..html source_file = public/500.html source_lang = en -# trans.es_ES = public/500.es.html +trans.es_ES = public/500.es.html trans.fr_FR = public/500.fr.html -# trans.ko_KR = public/500.ko.html -# trans.pt_PT = public/500.pt.html +trans.ko_KR = public/500.ko.html +trans.pt_PT = public/500.pt.html type = HTML [discourse-org.503html] file_filter = public/503..html source_file = public/503.html source_lang = en -# trans.es_ES = public/503.es.html +trans.es_ES = public/503.es.html trans.fr_FR = public/503.fr.html -# trans.ko_KR = public/503.ko.html -# trans.pt_PT = public/503.pt.html +trans.ko_KR = public/503.ko.html +trans.pt_PT = public/503.pt.html type = HTML