[Strings] Add script to generate config to download Strings from Localazy.

This commit is contained in:
Benoit Marty 2023-03-27 14:35:06 +02:00
parent 84b1c30572
commit d3ad9b924a
5 changed files with 191 additions and 21 deletions

View file

@ -0,0 +1,62 @@
{
"modules": [
{
"name": ":features:rageshake:impl",
"includeRegex": [
"screen_bug_report_.*"
]
},
{
"name": ":features:rageshake:api",
"includeRegex": [
"crash_detection_.*",
"rageshake_detection_.*"
]
},
{
"name": ":features:logout:api",
"includeRegex": [
"screen_signout_.*"
]
},
{
"name": ":features:onboarding:impl",
"includeRegex": [
"screen_onboarding_.*"
]
},
{
"name": ":features:createroom:impl",
"includeRegex": [
"screen_create_room_.*"
]
},
{
"name": ":features:verifysession:impl",
"includeRegex": [
"screen_session_verification_.*"
]
},
{
"name": ":libraries:textcomposer",
"includeRegex": [
"rich_text_editor_.*"
]
},
{
"name": ":features:login:impl",
"includeRegex": [
"screen_login_.*",
"screen_change_server_.*"
]
},
{
"name": ":features:roomlist:impl",
"includeRegex": [
"state_event_.*",
"screen_roomlist_.*",
"session_verification_banner_.*"
]
}
]
}