Skip to content

Commit

Permalink
Crowdin: fix wrongly replaced PlatformSettings translation source entry
Browse files Browse the repository at this point in the history
(cherry picked from commit 92e59d4)
  • Loading branch information
hbenali committed Sep 11, 2024
1 parent 49a5261 commit 763950f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ files: [
"escape_quotes": 0,
},
{
"source": "/webapp/portlet/src/main/resources/locale/portlet/hubSettings_en.properties",
"source": "/webapp/portlet/src/main/resources/locale/portlet/PlatformSettings_en.properties",

"translation": "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace": {
Expand All @@ -519,7 +519,7 @@ files: [
"sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi",
"zh_CN": "zh_CN","zh_TW": "zh_TW",
},
"dest": "hub/social/webapp/hubSettings.properties",
"dest": "hub/social/webapp/PlatformSettings.properties",
"update_option": "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes": 0,
Expand Down

0 comments on commit 763950f

Please sign in to comment.