Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: Block/JS Translations #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

brandomeniconi
Copy link
Collaborator

Changes proposed in this Pull Request:

In order to provide translation to blocks, I added the required code to load the json based translations.
I've also added some npm scripts to help in translation management:

npm run i18n-make-pot: Scans the theme and add all the found translations to the .pot file
npm run i18n-make-mo: Compile .po files into .mo relatives
npm run i18n-make-json: Extract JS-related strings into the relative .json language file

Related issue(s):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant