aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/i18n.py
AgeCommit message (Expand)AuthorFilesLines
2021-02-05run_target: Add env kwargXavier Claessens1-3/+3
2021-01-30Fix executable as script on WindowsXavier Claessens1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-1/+1
2020-03-05Remove some uses of mesonlib.run_onceDylan Baker1-3/+2
2019-09-25Add helper to print warnings onceZbigniew Jędrzejewski-Szmek1-8/+5
2019-08-04Make gettext targets no-ops if gettext is not installed. Closes: #821.Jussi Pakkanen1-2/+14
2019-04-22i18n: add args keyword to merge_fileKonstantin1-1/+6
2019-03-14i18n: Use CustomTarget.known_kwargs at permittedKwargs()Georges Basile Stavracas Neto1-2/+1
2019-02-16i18n: Catch additional GLib functionsFrediano Ziglio1-0/+8
2019-01-26Add install_dir to i18n.gettextSergey Shatunov1-2/+4
2018-10-29Fix merge file using an array. Closes #4424.Jussi Pakkanen1-0/+4
2018-10-24Fix flake8 whitespace reportsJon Turney1-1/+1
2018-10-06i18n: replace path separator with @Marty E. Plummer1-1/+1
2018-10-05Fix handling generated .desktop files. Closes #4304.Jussi Pakkanen1-10/+12
2018-09-16i18n: allow custom target names for merge_fileMarty E. Plummer1-1/+1
2018-09-03i18n: respect variable substitution for the target name when merging translat...Corentin Noël1-1/+13
2018-06-01Add 0.37.0 featuresSalamandar1-1/+3
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen1-2/+2
2017-10-31namespace run_targets by subprojectMartin Kelly1-4/+4
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen1-4/+5
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-2/+1
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-2/+4
2017-09-20Change ternary to another argumentCorentin Noël1-1/+1
2017-09-20Add 'install' keyword to the gettext macroCorentin Noël1-11/+16
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen1-8/+8
2017-07-20i18n: Fixed gettext permitted Kwargs listIñigo Martínez1-1/+1
2017-06-26Fixed issues raised in review.Jussi Pakkanen1-3/+3
2017-06-26Converted some modules.Jussi Pakkanen1-0/+4
2017-04-29i18n: Fix handling relative data_dirsPatrick Griffis1-2/+8
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis1-2/+9
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen1-4/+5
2017-01-06Fix a few more modules.Jussi Pakkanen1-2/+5
2017-01-03Merge pull request #1272 from mesonbuild/ignatenko/lintJussi Pakkanen1-1/+1
2017-01-03Error out if trying to do gettext without appropriate tools.Jussi Pakkanen1-0/+3
2017-01-02style: fix E241 violationsIgor Gnatenko1-1/+1
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen1-1/+1
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan1-1/+1
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-1/+1
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan1-7/+7
2016-12-06i18n: Improve language handlingPatrick Griffis1-16/+11
2016-12-03i18n: Add preset kwargPatrick Griffis1-0/+34
2016-12-03i18n: Add merge_file functionPatrick Griffis1-0/+16
2016-12-02i18n: Read languages from LINGUAS filePatrick Griffis1-1/+11
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis1-17/+24
2016-10-23gettext: Add update-po targetPatrick Griffis1-1/+7
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis1-1/+5
2016-06-24Changed run_target to take command as kwarg and add depends. This makes it be...Jussi Pakkanen1-2/+2
2016-05-26Can pass extra args to xgettext. Closes #554.Jussi Pakkanen1-1/+2
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen1-1/+16
2016-03-28Moved gettext into i18n module.Jussi Pakkanen1-0/+29