- Feb 27, 2018
-
-
Luc Didry authored
ex: ./push-trad-to-zanata.sh fr_FR
-
Luc Didry authored
-
Luc Didry authored
-
Luc Didry authored
In order to compare actual json files to zanata-backed files, we need to sort the keys and have a 3-spaces indent. This is done with jq: cd locale/ mkdir tmp/ for i in *.json; do jq --indent 3 -S -M '.' < $i > tmp/$i ; done mv tmp/* . rmdir tmp
-
- Feb 26, 2018
-
-
Luc Didry authored
-
https://trad.framasoft.orgLuc Didry authored
1. Install zanata-cli on your computer (https://zanata.readthedocs.io/en/latest/client/installation/linux-installation/) 2. Configure zanata-cli (https://zanata.readthedocs.io/en/latest/client/configuration/) 3. Do your stuff, add your new strings to locale/en.json only 4. Push the new locales: make push-locales 5. Translate on https://trad.framasoft.org 6. Pull the new locales: make pull-locales (requires the Perl module JSON, provided by libjson-perl on Debian) 7. Commit and enjoy
-
- Feb 21, 2018
-
-
Thomas Citharel authored
Translate missing italian strings See merge request framasoft/framadate!226
-
Tubia authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
German translation See merge request framasoft/framadate!225
-
Lukas Müller authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Fix php version check See merge request framasoft/framadate!223
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Feb 20, 2018
-
-
Thomas Citharel authored
-
Thomas Citharel authored
Merge develop Closes #205 and #190 See merge request framasoft/framadate!222
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
-
Thomas Citharel authored
Update jquery Closes #254 See merge request framasoft/framadate!221
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Add a check at install to suggest setting session.cookie_httponly inside php.ini See merge request framasoft/framadate!220
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Css results poll responsive See merge request framasoft/framadate!219
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Marjolaine Vé authored
-
Thomas Citharel authored
Limit number of participants Closes #238 See merge request framasoft/framadate!218
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Handles people voting when the answers valueMax has been reached by someone else in the background Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Erwan TERTRAIS authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Fix edit vote button pos Closes #69 See merge request framasoft/framadate!217
-