mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
b726180ab8
The files are uploaded to transifex.com now, which means we needed to consolidate the file names (= locales). Since Transifex doesn't allow arbitrary JavaScript structures, we're using an intermediary JSON format which gets transformed into the JS used by the framework. See https://github.com/silverstripe/silverstripe-buildtools/commit/b59f3858afd5c46219a42b04b2742c7d24 Fixes https://github.com/silverstripe/silverstripe-framework/issues/2499
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[silverstripe-cms.master]
|
|
file_filter = lang/<lang>.yml
|
|
source_file = lang/en.yml
|
|
source_lang = en
|
|
type = YML
|
|
|
|
[silverstripe-cms.master-js]
|
|
file_filter = javascript/lang/src/<lang>.js
|
|
source_file = javascript/lang/src/en.js
|
|
source_lang = en
|
|
type = KEYVALUEJSON |