Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havill/YOURLS-ja_JP
Japanese translations for the YOURLS URL Shortener service
https://github.com/havill/YOURLS-ja_JP
japanese translation-files url-shortener
Last synced: 14 days ago
JSON representation
Japanese translations for the YOURLS URL Shortener service
- Host: GitHub
- URL: https://github.com/havill/YOURLS-ja_JP
- Owner: havill
- License: mit
- Created: 2020-08-28T06:03:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T02:56:31.000Z (about 4 years ago)
- Last Synced: 2024-08-02T06:17:57.905Z (4 months ago)
- Topics: japanese, translation-files, url-shortener
- Language: Makefile
- Homepage: https://github.com/YOURLS/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Japanese
README
# YOURLS-ja_JP
Japanese translations for the YOURLS URL Shortener serviceFor 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
1. Create the binary message file by either running `make` or `msgfmt -o ja_JP.mo ja_JP.po`
2. In `config.php` edit (or add if it's not there) the following line:
- `define( 'YOURLS_LANG', 'ja_JP' );`
3. In directory `user/languages`, install the file `ja_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`), running `make install` with the correct permissions should copy the
binary message file into the right place.## License
Same as YOURLS:
- MIT