Skip to content

Commit

Permalink
I18n config
Browse files Browse the repository at this point in the history
  • Loading branch information
bnolens committed Mar 4, 2024
1 parent 4dc1461 commit fa6640b
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 @@ -7,26 +7,26 @@
files: [
{
"source": "Mammoth/Localizable.xcstrings",
"translation": "Mammoth/Localizable.xcstrings"
"translation": ".i18n/%locale%/Mammoth/%original_file_name%"
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/SignUpView.xcstrings",
"translation": "Mammoth/Screens/Registration/mul.lproj/SignUpView.xcstrings"
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%"
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/SetupProfile.xcstrings",
"translation": "Mammoth/Screens/Registration/mul.lproj/SetupProfile.xcstrings"
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%"
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/SetupInstructionsCell.xcstrings",
"translation": "Mammoth/Screens/Registration/mul.lproj/SetupInstructionsCell.xcstrings"
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%"
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/IntroViewController.xcstrings",
"translation": "Mammoth/Screens/Registration/mul.lproj/IntroViewController.xcstrings"
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%"
},
{
"source": "Mammoth/Screens/Registration/mul.lproj/EmailVerificationView.xcstrings",
"translation": "Mammoth/Screens/Registration/mul.lproj/EmailVerificationView.xcstrings"
"translation": ".i18n/%locale%/Mammoth/Screens/Registration/mul.lproj/%original_file_name%"
}
]

0 comments on commit fa6640b

Please sign in to comment.