-
Couldn't load subscription status.
- Fork 27
Open
@degawa
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
jatoLANGUAGEin Makefile. - generated using
make htmland confirmed pages via some browsers.
Is there anything I should do for internationalization?
Is there any work before sending a pull request?
Thank you.