Skip to content

Releases: wp-cli/i18n-command

Version 2.6.2

29 Jul 13:54
53518a1
Compare
Choose a tag to compare
  • Translate "description" field from theme.json [#408]
  • Revert changes to extract title from styles.blocks.variations [#407]
  • theme.json: find title string within styles.blocks.variations [#405]
  • Add tests for rspack and esbuild bundle output [#404]
  • Fix deprecation warnings in unit tests [#402]
  • Use relative paths for file header references (Windows fix) [#400]
  • Ensure that the POT file use the same license as the theme [#399]
  • Add examples for wp i18n update-po command [#392]
  • Add examples for make pot [#390]

Version 2.6.1

28 Feb 11:29
7538d68
Compare
Choose a tag to compare
  • make-php: skip strings without translation [#389]
  • Add more headers to php translation files [#388]
  • Use relative paths for file header references [#384]

Version 2.6.0

05 Feb 13:03
ca7a44a
Compare
Choose a tag to compare
  • Fix file format in make-php [#379]
  • Regenerate README file [#378]
  • Add file references for plugin/theme headers [#377]
  • Add wp i18n make-php command [#363]

Version 2.5.0

08 Dec 10:41
9cf9b40
Compare
Choose a tag to compare
  • make-mo: Add destination file support [#373]
  • CI: Stage the correct files in schema workflow [#370]
  • Update theme-i18n.json [#366]

Version 2.4.4

19 Sep 23:09
7d82e67
Compare
Choose a tag to compare
  • Update to WPCS v3 [#367]

Version 2.4.3

02 May 09:35
203b020
Compare
Choose a tag to compare
  • CI: Ensure PHPUnit workflow actually runs [#360]
  • Fix deprecated partially-supported callables for PHP 8.2 [#359]
  • update-po: Check for destination [#356]

Version 2.4.2

17 Feb 18:14
43d5cf8
Compare
Choose a tag to compare
  • Add composer phpcbf [#354]
  • Allow johnbloch/wordpress-core-installer in composer.json [#353]
  • Add more standard 'excludes' values [#351]
  • Fix unclosed quote [#350]

Version 2.4.1

19 Dec 12:56
22f7e6a
Compare
Choose a tag to compare
  • PHP 8.2: fix ${var} string interpolation deprecation warning [#346]

Version 2.4.0

14 Jul 14:21
45bc2b4
Compare
Choose a tag to compare
  • Add missing docs for make-mo command [#315]
  • Add update-po command [#316]
  • Regenerate README file [#328]
  • Improve warnings for strings with different comments [#318]
  • Extract some shared code into FileDataExtractor [#321]
  • Update and combine theme.json and block.json extractors [#319]
  • Improve theme patterns and styles lookup [#320]
  • Use preg_match instead of mb_ereg [#317]
  • Prefix JSON files with text domain if needed [#313]

Version 2.3.0

06 Apr 16:39
bcb1a81
Compare
Choose a tag to compare
  • Extract pattern metadata (title & description) [#312]
  • Look for theme.json files in the styles directory of a theme [#311]
  • Regenerate README file [#307]
  • Translate title field from theme.json [#306]
  • Add support for PHP-Blade files [#304]
  • Fix include logic where include path is subdirectory of excluded path. [#302]