mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Create new file for RiotX string
This commit is contained in:
parent
c093e07c24
commit
368cf4b3f0
2 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,5 @@
|
|||
<resources>
|
||||
|
||||
<!-- Strings not defined in Riot -->
|
||||
<string name="global_retry">"Retry"</string>
|
||||
<string name="room_list_empty">"Join a room to start using the app."</string>
|
||||
|
||||
<!-- Strings imported from Riot -->
|
||||
|
||||
<!-- use to retrieve the supported languages list -->
|
||||
<!-- should the same value as the file name -->
|
||||
|
||||
|
|
8
app/src/main/res/values/strings_riotX.xml
Normal file
8
app/src/main/res/values/strings_riotX.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Strings not defined in Riot -->
|
||||
<string name="global_retry">"Retry"</string>
|
||||
<string name="room_list_empty">"Join a room to start using the app."</string>
|
||||
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue