Skip to content

Commit a1f8cef

Browse files
committed
Add Crowdin localization for native shortcut strings
Register Android strings.xml and iOS InfoPlist.strings as Crowdin source files so shortcut labels can be translated alongside existing in-app strings. Crowdin will generate locale-specific resource directories (values-*/strings.xml, *.lproj/InfoPlist.strings) when translations are submitted. Made-with: Cursor
1 parent aacf598 commit a1f8cef

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

crowdin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
files:
22
- source: /src/locales/strings/enUS.json
33
translation: /src/locales/strings/%two_letters_code%.json
4+
- source: /android/app/src/main/res/values/strings.xml
5+
translation: /android/app/src/main/res/values-%android_code%/strings.xml
6+
- source: /ios/edge/en.lproj/InfoPlist.strings
7+
translation: /ios/edge/%osx_code%/InfoPlist.strings
48
- source: /localization/AppStoreDescription.txt
59
translation: /localization/AppStoreDescription.%two_letters_code%.txt
610
- source: /localization/PlayStoreDescription.txt
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* Home screen shortcut titles and subtitles */
2+
"⚠️ Save 2FA First!" = "⚠️ Save 2FA First!";
3+
"Login requires 2FA & credentials!" = "Login requires 2FA & credentials!";
4+
"Contact Support" = "Contact Support";
5+
"Get help from our live support agents" = "Get help from our live support agents";

0 commit comments

Comments
 (0)