Skip to content

Commit

Permalink
Athena: Add Crowdin config
Browse files Browse the repository at this point in the history
Change-Id: Ib0fd866103f2eb44cd0e8402d3a31b1b0cfded14
  • Loading branch information
SebaUbuntu committed Feb 23, 2024
1 parent d94779c commit 7129122
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# SPDX-FileCopyrightText: 2024 Sebastiano Barezzi
# SPDX-License-Identifier: Apache-2.0
#

"preserve_hierarchy": false

files: [
{
"source" : "/app/src/main/res/values/strings.xml",
"translation" : "/app/src/main/res/values-%android_code%/%original_file_name%",
"languages_mapping" : {
"android_code": {
"de": "de",
"ru": "ru",
"fr": "fr",
"nb": "nb",
"es-ES": "es"
}
},
}
]

0 comments on commit 7129122

Please sign in to comment.