mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2023-12-13 20:50:18 +01:00
a7d9918b67
use https://codeberg.org/qwerty287/woodpecker-intellij-formatter Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: M M Arif <mmarif@noreply.codeberg.org> Co-authored-by: qwerty287 <ndev@web.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1179 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org> Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
26 lines
844 B
YAML
26 lines
844 B
YAML
project_id: "375123"
|
|
api_token: "-removed-"
|
|
base_path: ""
|
|
preserve_hierarchy: false
|
|
files: [
|
|
{
|
|
"source": "app/src/main/res/values/strings.xml",
|
|
"translation": "app/src/main/res/values-%two_letters_code%/strings.xml",
|
|
},
|
|
{
|
|
"source": "fastlane/metadata/android/en-US/short_description.txt",
|
|
"translation": "fastlane/metadata/android/%locale%/short_description.txt",
|
|
},
|
|
{
|
|
"source": "fastlane/metadata/android/en-US/full_description.txt",
|
|
"translation": "fastlane/metadata/android/%locale%/full_description.txt",
|
|
},
|
|
{
|
|
"source": "fastlane/metadata/android/en-US/title.txt",
|
|
"translation": "fastlane/metadata/android/%locale%/title.txt",
|
|
},
|
|
{
|
|
"source": "fastlane/metadata/android/en-US/changelogs/*",
|
|
"translation": "fastlane/metadata/android/%locale%/changelogs/%original_file_name%",
|
|
}
|
|
]
|