🌐 — Use Weblate instead of Zanata for translations
This commit is contained in:
parent
4b36910aee
commit
ba209fa74c
|
@ -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)
|
||||
|
|
9
Makefile
9
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue