Add remaining core plugins to Transifex

This commit is contained in:
Gerhard Schlager 2018-04-06 14:01:10 +02:00
parent b87205831b
commit 09c4491f73
2 changed files with 20 additions and 0 deletions

View File

@ -50,6 +50,24 @@ source_file = plugins/discourse-presence/config/locales/server.en.yml
source_lang = en source_lang = en
type = YML type = YML
[discourse-org.coreplugindetailsclientyml]
file_filter = plugins/discourse-details/config/locales/client.<lang>.yml
source_file = plugins/discourse-details/config/locales/client.en.yml
source_lang = en
type = YML
[discourse-org.coreplugindetailsserveryml]
file_filter = plugins/discourse-details/config/locales/server.<lang>.yml
source_file = plugins/discourse-details/config/locales/server.en.yml
source_lang = en
type = YML
[discourse-org.corepluginnginx-performance-reportserveryml]
file_filter = plugins/discourse-nginx-performance-report/config/locales/server.<lang>.yml
source_file = plugins/discourse-nginx-performance-report/config/locales/server.en.yml
source_lang = en
type = YML
[discourse-org.403html] [discourse-org.403html]
file_filter = public/403.<lang>.html file_filter = public/403.<lang>.html
source_file = public/403.html source_file = public/403.html

View File

@ -13,7 +13,9 @@ require_relative '../lib/i18n/locale_file_walker'
YML_DIRS = ['config/locales', YML_DIRS = ['config/locales',
'plugins/poll/config/locales', 'plugins/poll/config/locales',
'plugins/discourse-details/config/locales',
'plugins/discourse-narrative-bot/config/locales', 'plugins/discourse-narrative-bot/config/locales',
'plugins/discourse-nginx-performance-report/config/locales',
'plugins/discourse-presence/config/locales'] 'plugins/discourse-presence/config/locales']
YML_FILE_PREFIXES = ['server', 'client'] YML_FILE_PREFIXES = ['server', 'client']