YOURLS-ja_JP
August 29, 2020 ยท View on GitHub
Japanese translations for the YOURLS URL Shortener service
For some reason the original first translator of YOURLS to Japanese deleted the repository, so I re-created it here.
Note these are original translations created by me, not the original translation. All blame (and possibly credit if you must) goes to me.
Details here:
https://github.com/YOURLS/YOURLS/wiki/YOURLS-in-your-language
If you notice something that's still untranslated, or you see a mistake or something that could be worded better, please feel free to contribute. It is open source, after all.
Installation
- Create the binary message file by either running
makeormsgfmt -o ja_JP.mo ja_JP.po - In
config.phpedit (or add if it's not there) the following line:define( 'YOURLS_LANG', 'ja_JP' );
- In directory
user/languages, install the fileja_JP.mo. If you're using Apache on CentOS or Ubuntu and YOURLS is in the root directory of web server html files (/var/www/html), runningmake installwith the correct permissions should copy the binary message file into the right place.
License
Same as YOURLS:
- MIT