
the 'strings' resource on transifex was in the internal 'Android 1' format instead of the more modern 'Android 2' format. This according to transifex support caused some weird issues… The only work around (apparently) was to create a new resource (now call main-strings) and use that instead. I hope we didn’t mess anything up in the process. Let's be extra careful with the next release
6 lines
258 B
XML
6 lines
258 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="pick_a_server">Vælg din XMPP udbyder</string>
|
|
<string name="create_new_account">Opret ny konto</string>
|
|
<string name="share_invite_with">Del invitation med...</string>
|
|
</resources> |