linux/e*: add Korean translation (#14684)

* linux/e*: add Korean translation

* Update pages.ko/linux/e2undo.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/e2undo.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/eyed3.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-08 16:21:16 +09:00
committed by GitHub
parent f5ac8fe874
commit b23c3160f7
42 changed files with 918 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# eselect locale
> 시스템 언어를 설정하는 `LANG` 환경 변수를 관리하기 위한 `eselect` 모듈.
> 더 많은 정보: <https://wiki.gentoo.org/wiki/Eselect#Locale>.
- 사용 가능한 로케일 나열:
`eselect locale list`
- `list` 명령의 이름이나 인덱스로 `/etc/profile.env``LANG` 환경 변수 설정:
`eselect locale set {{이름|인덱스}}`
- `/etc/profile.env``LANG` 값 표시:
`eselect locale show`