Currently translated at 30.7% (24 of 78 strings)
Translation: Conversations/App Store Metadata (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/ru/
Currently translated at 64.1% (50 of 78 strings)
Translation: Conversations/App Store Metadata (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/gl/
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/nl/
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/gl/
ghose
created
8670ee4
Translated using Weblate (Chinese (Simplified Han script))
Click to expand commit body
Currently translated at 100.0% (78 of 78 strings)
Translation: Conversations/App Store Metadata (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/zh_Hans/
Currently translated at 100.0% (78 of 78 strings)
Translation: Conversations/App Store Metadata (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/de/
nautilusx
created
abdb9a1
Translated using Weblate (Chinese (Simplified Han script))
Click to expand commit body
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/zh_Hans/
Outbreak2096
created
a6d4055
Translated using Weblate (Portuguese (Brazil))
Click to expand commit body
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/pt_BR/
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/de/
Currently translated at 30.7% (24 of 78 strings)
Translation: Conversations/App Store Metadata (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/ru/
solokot
created
ffd14fa
Translated using Weblate (Chinese (Simplified Han script))
Click to expand commit body
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/zh_Hans/
Outbreak2096
created
ee9a04e
Translated using Weblate (Chinese (Simplified Han script))
Click to expand commit body
Currently translated at 100.0% (13 of 13 strings)
Translation: Conversations/Android App (Conversations)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-conversations/zh_Hans/
Currently translated at 100.0% (13 of 13 strings)
Translation: Conversations/Android App (Conversations)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-conversations/ru/
solokot
created
d57f828
Translated using Weblate (Chinese (Simplified Han script))
Click to expand commit body
Currently translated at 99.8% (1054 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/zh_Hans/
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/ro/
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/ru/
Currently translated at 100.0% (1056 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/de/
Currently translated at 100.0% (78 of 78 strings)
Translation: Conversations/App Store Metadata (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/sq/
Currently translated at 99.1% (1047 of 1056 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/sq/
Besnik_b
created
6e72ef7
ensure bookmarks are set up after restoring by uuid
Daniel Gultsch
created
bd838e7
link into custom notification settings from muc/contact details
0bc26f5
use all networks if active network has no DNS
Daniel Gultsch
created
50d45ee
Allocate separate JSON lines for each emoji
Click to expand commit body
Achieved by replacing:
`},{`
with
`},\n{`
and
`,"emoticon":`
with
`,\n "emoticon":`
There can still be room for further whitespace correctness such as
is demonstrated by jq output or in the OpenStack JSON conventions.
In partially keeping with the spirit of minified file size of the
original database, however, for now only three bytes per emote is
being contributed (a line feed byte between `},` and `{` and two
more bytes in the form of " \n" between `,` and `"emoticon"`).
The other rationale for this middleground is to keep the file
self-documenting. (Line numbers are indexible to find records
in a database too big to try to capture in a help manual file.)
The fixed properties (at least up until "tags") that the user
doesn't generally work with get one line; the unpredictable-width
property text defining methods of user input get each second line.
At time of commit, there are 1905 total emoji records here.
Now there are 3812 total lines. So subtract the two lines for the
opening and closing [,] across the whole file, then divide by two.