Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/src/main/res/values-de-DE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
<!-- Test new text 6-->
<string name="new_text6">New Text 5 German</string>

<string name="welcome_message">Willkommen in unserer App!</string>
<string name="welcome_message">Willkommen in unserer App! 🤓</string>


<!-- say goodbye!-->
<string name="goodbye">Auf Wiedersehen!</string>

<plurals name="new_text7">
<item quantity="one">Translated 7 one</item>
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values-nl-NL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
<!-- Test new text 6-->
<string name="new_text6">Translated New Text 6 Dutch</string>

<string name="welcome_message">Welkom bij onze app!</string>
<string name="welcome_message">Welkom bij onze app! updated test!</string>


<!-- say goodbye!-->
<string name="goodbye">Vaarwel!</string>

<plurals name="new_text7">
<item quantity="one">Translated 7 one</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values-sv-SE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

<string name="welcome_message">Välkommen till vår app!</string>


<!-- say goodbye!-->
<string name="goodbye">Adjö!</string>

<plurals name="new_text7">
<item quantity="one">New text 7 one</item>
<item quantity="other">New text 7 other</item>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

<string name="welcome_message">Welcome to our app!</string>


<!-- say goodbye!-->
<string name="goodbye">Goodbye!</string>

<plurals name="new_text7">
<item quantity="one" formatted="true">New text 7 one</item>
<item quantity="other" formatted="true">New text 7 other</item>
Expand Down