mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-29 06:39:56 +00:00
33 lines
895 B
JSON
33 lines
895 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/localazy/cli-schema/master/localazy.json",
|
|
"readKey": "a7633943728394577700-c0f9f1df124fbdbe76b2c7dfcbfe574476d56509e0da6180e2a321dbbe056c40",
|
|
"upload": {
|
|
"type": "json",
|
|
"files": [
|
|
{
|
|
"file": "file.json",
|
|
"pattern": "translations/en.json",
|
|
"features": ["arb_metadata", "plural_object", "filter_untranslated"]
|
|
},
|
|
{
|
|
"file": "frontend.json",
|
|
"pattern": "frontend/locales/en.json",
|
|
"features": ["plural_postfix_dd"]
|
|
}
|
|
]
|
|
},
|
|
"download": {
|
|
"metadataFileTs": "frontend/.storybook/locales.ts",
|
|
"files": [
|
|
{
|
|
"conditions": "equals: ${file}, file.json",
|
|
"output": "translations/${lang}.json"
|
|
},
|
|
{
|
|
"conditions": "equals: ${file}, frontend.json",
|
|
"output": "frontend/locales/${lang}.json"
|
|
}
|
|
]
|
|
}
|
|
}
|