mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix issue with knit.
This commit is contained in:
parent
c56f33a939
commit
a07761dedb
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ The string will be removed during the next sync with Weblate.
|
|||
This is possible to rename ids of the String resources, but since translation files cannot be edited, add TODO in the main strings.xml file above the strings you want to rename.
|
||||
|
||||
```xml
|
||||
<!-- TODO Rename to [put_new_id_here] -->
|
||||
<!-- TODO Rename id to put_new_id_here -->
|
||||
<string name="current_id">Hello Matrix world!</string>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue