Skip to content

Commit

Permalink
fix: remove empty strings from translations from other language
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Jul 17, 2024
1 parent e11ddf9 commit 02d0bed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions app/src/main/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
<string name="settings">الإعدادات</string>
<!-- About screen title -->
<string name="about">حول التطبيق</string>
<!-- Copyright dialog content in about section -->
<string name="rights_reserved"></string>
<!-- Open source licenses in about section -->
<string name="open_source_licenses">تراخيص مفتوحة المصدر</string>
<!-- Privacy policy label in about section -->
Expand Down Expand Up @@ -142,8 +140,6 @@
<string name="duration">المدة</string>
<!-- Crash fallback screen title -->
<string name="sorry_string">Sorry, that should not have happened.</string>
<!-- Crash fallback screen report by email -->
<string name="error_report_button_text"></string>
<!-- Crash fallback screen report by telegram -->
<string name="error_report_button_telegram">Report this error via telegram</string>
<!-- Crash fallback screen copy report -->
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@
<string name="what_device_headline">Info:</string>
<!-- Crash fallback screen info about crash -->
<string name="what_happened_headline">Cos\'è successo:</string>
<!-- Crash fallback screen info about device -->
<string name="info_labels"></string>
<!-- Crash fallback screen ask user input -->
<string name="your_comment">La tua segnalazione (scrivere in inglese):</string>
<!-- Crash fallback screen show more details -->
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,6 @@
<string name="newly_installed_apps">Newly installed apps</string>
<!-- newly installed apps summary in settings preferences -->
<string name="newly_installed_apps_summary">Apps newly installed (in days)</string>
<!-- newly installed apps in settings preferences -->
<string name="recently_updated_apps"></string>
<!-- newly installed apps summary in settings preferences -->
<string name="recently_updated_apps_summary">Apps recently updated (in days)</string>
<!-- apps with large size increase in settings preferences -->
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<!-- Shown in welcome screen for first time -->
<string name="grant_storage_read_permission">為提供最佳效能,App需要授予儲存空間存取權限。</string>
<!-- Shown in welcome screen for first time -->
<string name="grant_notification_permission"></string>
<!-- Shown in welcome screen for first time -->
<string name="grant_permission">授予權限</string>
<!-- Grant permission button for welcome screen -->
<string name="grant">授權</string>
Expand Down Expand Up @@ -554,8 +552,6 @@
<string name="model">型號</string>
<!-- Image viewer camera aperture -->
<string name="aperture">光圈</string>
<!-- Image viewer iso of image -->
<string name="iso"></string>
<!-- Image viewer shutter time -->
<string name="shutter_time">快門</string>
<!-- Image viewer image location -->
Expand Down

0 comments on commit 02d0bed

Please sign in to comment.