1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

Make changelog dialog translatable

The ckChangelog lib does not have translations for all languages -
declare the resources on Gadgetbridge side with the same name so that
they can be translated in weblate.
This commit is contained in:
José Rebelo 2023-06-22 22:50:59 +01:00
parent bdeab0cc73
commit 9aa4612f6c

View File

@ -2145,4 +2145,8 @@
<string name="description">Description</string>
<string name="preview_image">Preview image</string>
<string name="status_icon">Status icon</string>
<string name="changelog_full_title">Changelog</string>
<string name="changelog_show_full">More…</string>
<string name="changelog_ok_button">OK</string>
<string name="changelog_title">What\'s New</string>
</resources>