mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Create new file for RiotX string
This commit is contained in:
parent
c093e07c24
commit
368cf4b3f0
@ -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…
Reference in New Issue
Block a user