Skip to content

Commit

Permalink
chore: include crowdin translations updater for modules (WPB-10073) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Jul 9, 2024
1 parent bce97f8 commit ba32a7d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/analytics-disabled/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
~ along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="module_name">Disabled Analytics Module</string>
<string name="module_name" translatable="false">Disabled Analytics Module</string>
</resources>
2 changes: 1 addition & 1 deletion core/analytics-enabled/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
~ along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="module_name">Enabled Analytics Module</string>
<string name="module_name" translatable="false">Enabled Analytics Module</string>
</resources>
2 changes: 1 addition & 1 deletion core/analytics/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
~ along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="module_name">Core Analytics Module</string>
<string name="module_name" translatable="false">Core Analytics Module</string>
</resources>
16 changes: 12 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
"preserve_hierarchy": true

files: [
{
"source": "/app/src/main/res/values/strings.xml",
"translation": "/app/src/main/res/values-%two_letters_code%/%original_file_name%",
}
{
"source": "/app/src/main/res/values/strings.xml",
"translation": "/app/src/main/res/values-%two_letters_code%/%original_file_name%",
},
{
"source": "/features/sketch/src/main/res/values/strings.xml",
"translation": "/features/sketch/src/main/res/values-%two_letters_code%/%original_file_name%",
},
{
"source": "/core/ui-common/src/main/res/values/strings.xml",
"translation": "/core/ui-common/src/main/res/values-%two_letters_code%/%original_file_name%",
}
]
2 changes: 1 addition & 1 deletion features/sketch/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~ along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="module_name">Sketch module</string>
<string name="module_name" translatable="false">Sketch module</string>
<string name="content_description_send_button">Send</string>
<string name="content_description_undo_button">Undo</string>
<string name="sketch_details_empty_text">Pick your favorite color and start sketching 🎨</string>
Expand Down
2 changes: 1 addition & 1 deletion features/template/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
~ along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="module_name">template module</string>
<string name="module_name" translatable="false">template module</string>
</resources>

0 comments on commit ba32a7d

Please sign in to comment.