User translation repository for Baekjoon Online Judge.
To view translations on the problem page, see o-ey.
Requires git and python 3.
Fork and clone the repository, and type the following commands inside the repository directory.
python3 new-tr.py <problem-id> <language-code> <username>
<language-code>
should be a valid IETF language tag, with-
replaced by_
(as inko_KR
).
A file will be generated as src/<problem-id>/<language-code>-<username>.json
.
You can translate the file and send a pull request.