Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiyou/o-ey
BOJ User Translation Viewer
https://github.com/kiwiyou/o-ey
Last synced: 17 days ago
JSON representation
BOJ User Translation Viewer
- Host: GitHub
- URL: https://github.com/kiwiyou/o-ey
- Owner: kiwiyou
- License: apache-2.0
- Created: 2023-03-16T08:23:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T12:16:56.000Z (10 months ago)
- Last Synced: 2024-08-03T09:01:50.071Z (3 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-baekjoon - o-ey (오이) - 백준 온라인 저지 사용자 번역 서비스입니다. 병합 요청은 [kiwiyou/boj-user-translation](https://github.com/kiwiyou/boj-user-translation)에 받습니다. ([Chrome](https://chromewebstore.google.com/detail/o-ey/nhhlodckfmkepfalihpjdcbjecpjhfdf), [Firefox](https://addons.mozilla.org/firefox/addon/o-ey/)) (브라우저 확장)
README
`o-ey` is a user translation viewer for BOJ.
For the actual translation content, see [kiwiyou/boj-user-translation.](https://github.com/kiwiyou/boj-user-translation)
## How to Use
Install the extension, and you're good to go.
If there is any translation for problems, "User Translated" tag will appear on the problem list.
If you have your own translation repository, click the extension button and add your repository to the list.
## FAQ
- I can't see translations.
- Try upgrading the extension.
If the issue persists, change the translation respository from `main` to `v1`.## Development
```
npm install
npm run dev
npm run build
```## Release Note
Please refer to [release-note.md.](https://github.com/kiwiyou/o-ey/blob/main/release-note.md)