Hans-Christoph Steiner
bba0d5b753
Translated using Weblate: Danish (da) by Jesper Hertel <jesper.hertel@gmail.com>
...
Currently translated at 93.7% (401 of 428 strings)
Translation: F-Droid/F-Droid
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/da/
2019-03-21 13:07:15 +00:00
Hans-Christoph Steiner
2b1f851617
standardize whitespace formating for fastlane files
...
```python
import glob
for f in glob.glob('metadata/*/*.txt'):
with open(f) as fp:
data = fp.read()
with open(f, 'w') as fp:
fp.write(data.rstrip())
fp.write('\n')
```
for f in metadata/*/short_description.txt; do data=`cat $f`; echo $data > $f; done
2019-02-20 15:26:50 +01:00
Hans-Christoph Steiner
bb597537f2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (428 of 428 strings)
2019-02-15 14:58:59 +00:00
Hans-Christoph Steiner
e33da7200b
metadata: rename summary.txt to Fastlane's short_description.txt
2019-02-14 20:47:39 +01:00
Hans-Christoph Steiner
8276ab004e
move summary/description source/translations from fdroiddata
...
Weblate can now handle these directly:
https://hosted.weblate.org/projects/f-droid/f-droid-metadata/
2019-02-14 20:21:20 +01:00