🌐 — Use Weblate instead of Zanata for translations

This commit is contained in:
Luc Didry 2020-03-22 11:29:56 +01:00
parent 4b36910aee
commit ba209fa74c
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
3 changed files with 1 additions and 17 deletions

View File

@ -2,6 +2,7 @@ Revision history for Lufi
?.??.? ????-??-??
- Notifications when uploading and downloading files (#181)
- Use Weblate instead of Zanata for translations (https://weblate.framasoft.org/projects/lufi/development/)
0.04.6 2019-11-07
- Now can send large files (>2Gio) while using a DB other than SQLite (#165)

View File

@ -8,15 +8,6 @@ LUFI=script/lufi
locales:
$(XGETTEXT) $(EXTRACTDIR) -o $(POT) 2>/dev/null
push-locales: locales
zanata-cli -q -B push --errors --project-version `git branch | grep \* | cut -d ' ' -f2-`
pull-locales:
zanata-cli -q -B pull --min-doc-percent 50 --project-version `git branch | grep \* | cut -d ' ' -f2-`
stats-locales:
zanata-cli -q stats --project-version `git branch | grep \* | cut -d ' ' -f2-`
podcheck:
podchecker lib/Lufi/DB/File.pm lib/Lufi/DB/Slice.pm

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
<url>https://trad.framasoft.org/</url>
<project>lufi</project>
<project-type>gettext</project-type>
<src-dir>themes/default/lib/Lufi/I18N/</src-dir>
<trans-dir>themes/default/lib/Lufi/I18N/</trans-dir>
</config>