add new chinese translations
This commit is contained in:
20
pages.zh/linux/locale.md
Normal file
20
pages.zh/linux/locale.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 区域设置
|
||||
|
||||
> 获取特定区域的信息。
|
||||
> 更多信息:<https://manned.org/locale>。
|
||||
|
||||
- 列出所有描述用户区域设置的全局环境变量:
|
||||
|
||||
`locale`
|
||||
|
||||
- 列出所有可用的区域设置:
|
||||
|
||||
`locale --all-locales`
|
||||
|
||||
- 显示所有可用的区域设置及其相关元数据:
|
||||
|
||||
`locale --all-locales --verbose`
|
||||
|
||||
- 显示当前日期格式:
|
||||
|
||||
`locale date_fmt`
|
Reference in New Issue
Block a user