Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
This adds a po file for each language:
These translations were created via crowdin AI assisted translations.
Runs
composer run i18n
command to:This gets us to a starting point for translations. Quick testing shows there are still strings that need to be using i18n functions. It looks like I've got all strings that are using the i18n functions translated by looking at the po files though, so as we make more available we'll need to continually add the translation functions, the pot file should pick it up and copy them into the po files - we'll need to make sure to add the translation though.
There are also sections of the plugin that come from modules that do not have translations for all languages or need to be updated to be i18n/l10n compatible.
Type of Change
Production
Development
Video
Checklist
Further comments