Closed nuwaa closed 2 weeks ago
Hi @nuwaa, thank you for the quick pull request!
The unsuccessful check might indicate an issue with file formatting. Unfortunately, I might not have time to look into it before next week, as I’m working to release the new version of the plugin as soon as possible.
We are also aware of an issue with this validation script for some translation files, and your pull request might already be good to go.
In the meantime, could you check that the files you modified have the correct number of tab spaces? For each translation key, the translation for each language should be separated by a tab.
You can easily spot errors by checking if any tab character is missing in the files. To calculate the required number of tabs per file, use this formula: [number of keywords in the file] * 8 (the number of languages) = [total tabs needed]
.
We know that the current process for adding translations is not ideal and quite time-consuming. We plan to improve it in the future.
Please disregard my last comment, we were able to do a check and your translation works 👍 -- This will be added to the next release of the plugin!
@Sallaa Thank you for your assistance! Moving forward, we would like to consider improving the accuracy of Japanese support and expanding support to other Asian languages.
This is the first pull request for Japanese localization.