Skip to content

Commit

Permalink
crowdin.yml - try no leading slashes, and hardcoded dest
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Sep 30, 2024
1 parent b836967 commit bfba0aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"files": [{
"source": "/Nos/Assets/Localization/Localizable.xcstrings",
"translation": "/Nos/Assets/Localization/Localizable.xcstrings",
"source": "Nos/Assets/Localization/Localizable.xcstrings",
"translation": "Nos/Assets/Localization/Localizable.xcstrings",
"dest" : "Nos/Assets/Localization/Localizable.xcstrings",
"multilingual": true
}]
}]

0 comments on commit bfba0aa

Please sign in to comment.