Open
Description
Hi,
To contribute to internationalizing the fpm-doc, I forked this repository and translated fpm-doc into Japanese.
Committed changes are as follows:
- created .po files in
locale/ja
. - translated all the .po files into Japanese.
- added
'ja'
like{%- for lang in ('zh_CN', 'de', 'en', 'es', 'fr', 'ja', 'nl') %}
inpages/_templates/sbt-sidebar-footer.html
. - added
ja
toLANGUAGE
in Makefile. - generated using
make html
and confirmed pages via some browsers.
Is there anything I should do for internationalization?
Is there any work before sending a pull request?
Thank you.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
awvwgk commentedon Mar 22, 2022
Thanks a lot, feel free to open a PR.
You might create a preview following the instructions in #31 and ask in the Fortran Discourse for feedback of Japanese speakers.
degawa commentedon Mar 22, 2022
Hi @awvwgk
Thank you for your advice about PR and a way to create a preview.
I will send a PR and construct workflow to create a page preview.