Changes between Version 5 and Version 9 of Ticket #3875
- Timestamp:
- 10/24/2018 10:33:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3875
-
Property
Summary
changed from
Javascript Language Files
toJavaScript Language Files
-
Property
Summary
changed from
-
Ticket #3875 – Description
v5 v9 1 Java script is starting to become increasingly important in core, plugin and theme development. Especially in light of the upcoming 5.0 release that will include Gutenberg.1 JavaScript is starting to become increasingly important in core, plugin and theme development. Especially in light of the upcoming 5.0 release that will include Gutenberg. 2 2 3 3 When it comes to translations present in PHP we've got a great setup, however this currently can't be leveraged for translations in JS without some workarounds ( such as generating a PHP file containing all translatable strings from JS ).