mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
Add remaining core plugins to Transifex
This commit is contained in:
parent
b87205831b
commit
09c4491f73
18
.tx/config
18
.tx/config
|
@ -50,6 +50,24 @@ source_file = plugins/discourse-presence/config/locales/server.en.yml
|
|||
source_lang = en
|
||||
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]
|
||||
file_filter = public/403.<lang>.html
|
||||
source_file = public/403.html
|
||||
|
|
|
@ -13,7 +13,9 @@ require_relative '../lib/i18n/locale_file_walker'
|
|||
|
||||
YML_DIRS = ['config/locales',
|
||||
'plugins/poll/config/locales',
|
||||
'plugins/discourse-details/config/locales',
|
||||
'plugins/discourse-narrative-bot/config/locales',
|
||||
'plugins/discourse-nginx-performance-report/config/locales',
|
||||
'plugins/discourse-presence/config/locales']
|
||||
YML_FILE_PREFIXES = ['server', 'client']
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user