chore: Update crowdin.yml with new source locations

This commit is contained in:
Nathan Adams 2023-05-02 04:12:51 +02:00
parent 07dea7b164
commit ecab2e2b2b
1 changed files with 13 additions and 1 deletions

View File

@ -24,5 +24,17 @@
# Even though it's used by other browsers, the schema used is called "chrome" on crowdin # Even though it's used by other browsers, the schema used is called "chrome" on crowdin
# https://store.crowdin.com/chrome-json # https://store.crowdin.com/chrome-json
"type": "chrome", "type": "chrome",
} },
{
"source" : "/core/assets/texts/en-US/*.ftl",
"translation" : "/core/assets/texts/%locale%/%original_file_name%",
"dest": "/core/%original_file_name%",
"type": "ftl",
},
{
"source" : "/web/packages/core/texts/en-US/*.ftl",
"translation" : "/web/packages/core/texts/%locale%/%original_file_name%",
"dest": "/web/core/%original_file_name%",
"type": "ftl",
},
] ]