Skip to content

Commit

Permalink
underscore in name
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Apr 21, 2024
1 parent 17c77b8 commit 8443fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upload_sources: true
upload_translations: false
download_translations: true
localization_branch_name: l10n_crowdin_translations
localization_branch_name: i18n_crowdin_translations
create_pull_request: true
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
Expand Down
2 changes: 1 addition & 1 deletion ui/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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
Expand Down

0 comments on commit 8443fd3

Please # to comment.