Skip to content

Commit

Permalink
Set locale on resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 16, 2024
1 parent c49e7c4 commit 4622f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="nl">
<string name="app_name">THEOplayer Open Video UI voor Android Demo</string>
<string name="theoplayer_ui_btn_play">Afspelen</string>
<string name="theoplayer_ui_btn_pause">Pauzeren</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" tools:locale="en">
<string name="app_name">THEOplayer Open Video UI for Android Demo</string>

<!-- Copied from Open Video UI for Android -->
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" tools:locale="en">
<string name="theoplayer_ui_btn_play">Play</string>
<string name="theoplayer_ui_btn_pause">Pause</string>
<string name="theoplayer_ui_btn_replay">Replay</string>
Expand Down

0 comments on commit 4622f1e

Please sign in to comment.