jwh926 / boj-user-translation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boj-user-translation

User translation repository for Baekjoon Online Judge.

To view translations on the problem page, see o-ey.

How to Contribute

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 in ko_KR).

A file will be generated as src/<problem-id>/<language-code>-<username>.json. You can translate the file and send a pull request.

About


Languages

Language:Python 100.0%