Skip to content

Commit

Permalink
chore: remove translation of app_name (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem13327 authored May 27, 2024
1 parent 9e37617 commit ef1d77a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Clock You</string>
<!-- Navigation -->
<string name="clock">Uhr</string>
<string name="alarm">Wecker</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Clock You</string>
<!-- Navigation -->
<string name="clock">時計</string>
<string name="alarm">アラーム</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-ryu/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Clock You</string>
<!-- Navigation -->
<string name="clock">とぅけい</string>
<string name="alarm">アラーム</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-sr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Clock You</string>
<!-- Navigation -->
<string name="clock">Сат</string>
<string name="alarm">Аларм</string>
Expand Down

0 comments on commit ef1d77a

Please sign in to comment.