Skip to content

Commit

Permalink
Remove main from dest parameter in crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Sep 30, 2024
1 parent cf2a3b2 commit 2b5f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"files": [{
"source": "Nos/Assets/Localization/Localizable.xcstrings",
"translation": "main/Nos/Assets/Localization/Localizable.xcstrings",
"dest" : "main/Nos/Assets/Localization/Localizable.xcstrings",
"dest" : "Nos/Assets/Localization/Localizable.xcstrings",
"multilingual": true
}]

0 comments on commit 2b5f3cc

Please sign in to comment.