Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Apr 21, 2024
1 parent a23b775 commit d493849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/crowdin.yml
Expand Up @@ -27,14 +27,14 @@ files: [
# Where translations will be placed
# e.g. "/resources/%two_letters_code%/%original_file_name%"
#
"translation": "/i18n/%locale%.ts",
"translation": "/i18n/%locale_with_underscore%.ts",


#
# Files or directories for ignore
# e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"]
#
#"ignore": ["Localizable.strings", "strings.xml", "Website"],
"ignore": ["/**/Localizable.strings", "/**/strings.xml", "/**/Website"],

#
# The dest allows you to specify a file name in Crowdin
Expand Down

0 comments on commit d493849

Please sign in to comment.