Skip to content

Commit 85a9611

Browse files
authored
Add german and spanish translations for sheet title (#123)
add german and spanish translations for sheet title
1 parent 35c7707 commit 85a9611

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="checkout_web_view_title">Jetzt kaufen!</string>
4+
</resources>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="checkout_web_view_title">¡Comprar ahora!</string>
4+
</resources>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<resources>
2-
<string name="app_name">Checkout SDK Mobile Buy Integration Sample</string>
3-
<string name="color_scheme_light">Light</string>
4-
<string name="color_scheme_dark">Dark</string>
5-
<string name="color_scheme_web">Web</string>
6-
<string name="color_scheme_automatic">Automatic</string>
7-
<string name="checkout_error">Checkout failed, please try again</string>
2+
<string name="app_name" translatable="false">Checkout SDK Mobile Buy Integration Sample</string>
3+
<string name="color_scheme_light" translatable="false">Light</string>
4+
<string name="color_scheme_dark" translatable="false">Dark</string>
5+
<string name="color_scheme_web" translatable="false">Web</string>
6+
<string name="color_scheme_automatic" translatable="false">Automatic</string>
7+
<string name="checkout_error" translatable="false">Checkout failed, please try again</string>
88
<string name="checkout_web_view_title">Buy Now!</string>
99
</resources>

0 commit comments

Comments
 (0)