0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 02:18:39 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Matt Westcott
7c9c54a676 Fetch new translations from Transifex 2024-02-07 12:49:10 +00:00
John-Scott Atlakson
f8fc2c3a20
Apply ruff format . 2023-11-17 15:21:56 +00:00
zerolab
ac10b36c7b Run pyupgrade with --py38-plus 2023-07-14 13:06:41 +01:00
Matt Westcott
862a57d2f7 Enable ruff checks for print statements 2023-06-13 10:36:21 +01:00
Matt Westcott
159c2ab856 Add translators.txt
Keep the 'master' translators list in version control so that anyone preparing a release can easily update CONTRIBUTORS.txt.

Obfuscate email addresses so that there's at least a minimal hurdle to them being scraped.
2023-05-25 12:04:45 +01:00
Matt Westcott
741c6185e9 Update get-translator-credits script to run from project root 2023-01-20 12:59:36 +00:00
Matt Westcott
6429f8d40b Upgrade flake8-print to resolve CircleCI failures 2022-08-04 13:52:33 +02:00
Dan Braghis
d10f15e558 Reformat with black 2022-02-15 13:06:17 +00:00
Matt Westcott
f54f0942e0 Fetch new translations from Transifex 2020-11-02 12:45:05 +00:00
Matt Westcott
9947b955da Lint config fixes (#6473)
Ref #6463, #6428

* pin isort to 5.6.4
* update isort version mentioned in python_guidelines.rst
* make lint commands consistent between make lint and circleci
* fix isort errors on files outside of /wagtail
* speed up isort by ignoring additional directories and filetypes
2020-10-19 21:33:10 +01:00
Matt Westcott
906380486d isort new files added in #6428 2020-10-13 14:19:07 +01:00
Karl Hobley
f2dfff8061 Flake8 all other Python files 2020-10-05 14:27:50 +01:00
Matt Westcott
42a5027dcf Update translator credits 2020-04-21 14:58:33 +01:00
Matt Westcott
d5bc3c92d2 Fetch new translations and update config for Chinese (#3668)
* Fetch new translations from Transifex, update contributors, add new languages with >90% coverage to WAGTAILADMIN_PROVIDED_LANGUAGES
* Update transifex config to download Chinese (Simplified) and Chinese (Traditional) translations as zh_Hans and zh_Hant respectively
* Fix get-translator-credits.py to recognise 'tet' as the locale string for Tetum (which Babel doesn't)
2019-04-08 22:27:18 +01:00
Mads Jensen
8b420b9abc Removed __future__ imports
Also delete add_imports directive from isort configuration
2017-11-27 02:18:30 +00:00
Daniel Chimeno
92f64bef27 make script py2/3 compatible 2017-03-08 15:51:23 +00:00
Matt Westcott
bd1456c793 Pull new translations from Transifex 2016-03-16 11:04:04 +00:00
Matt Westcott
3129d72151 Sort languages by English name 2016-03-09 12:18:32 +00:00
Matt Westcott
e868f47852 add script for extracting a list of translators from the .po files 2015-11-02 11:52:51 +00:00