Skip to content

Commit

Permalink
fix crowdin config again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiebeler committed Jan 28, 2025
1 parent 57535c3 commit 4dd1efa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

"files": [
{
"source": "./app/src/main/res/values/strings.xml",
"translation": "./app/src/main/res/values-%android_code%/strings.xml"
"source": "/app/src/main/res/values/strings.xml",
"translation": "/app/src/main/res/values-%android_code%/strings.xml"
},
{
"source": "./metadata/%locale%/full_description.txt",
"translation": "./metadata/%locale%/full_description.txt"
"source": "/metadata/%locale%/full_description.txt",
"translation": "/metadata/%locale%/full_description.txt"
},
{
"source": "./metadata/%locale%/short_description.txt",
"translation": "./metadata/%locale%/short_description.txt"
"source": "/metadata/%locale%/short_description.txt",
"translation": "/metadata/%locale%/short_description.txt"
},
]

0 comments on commit 4dd1efa

Please sign in to comment.