Skip to content

Commit

Permalink
i18n(core): adjust indentation and formatting in locale files
Browse files Browse the repository at this point in the history
- Align indentation for 'config_changed' message in both English and Chinese locale files
- Remove unnecessary empty lines in the locale files
  • Loading branch information
dingyi222666 committed Nov 22, 2024
1 parent 8cccd44 commit 135dbaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ commands:
document_id: 'Memory ID: {0}'
pages: 'Page: [page] / [total]'
search_failed: 'Failed to search memories.'

delete:
description: 'Delete memory.'
arguments:
Expand Down Expand Up @@ -604,5 +604,5 @@ chatluna:
auto_create_template: 'Template clone room {1} created for user {0}.'
room_name: '{0} room'
template_clone_room_name: '{0} template clone room'
config_changed: 'Configuration updated for template room {0}.'
config_changed: 'Configuration updated for template room {0}.'
cooldown_wait_message: 'Message rate limit reached. Please wait {0}s before sending another message.'
4 changes: 2 additions & 2 deletions packages/core/src/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ commands:
document_id: '记忆 ID: {0}'
pages: '当前为第 [page] / [total] 页'
search_failed: '搜索记忆失败。'

delete:
description: '删除记忆。'
arguments:
Expand Down Expand Up @@ -603,6 +603,6 @@ chatluna:
auto_create_template: '已为用户 {0} 自动创建模版克隆房间 {1}。'
room_name: '{0} 的房间'
template_clone_room_name: '{0} 的模版克隆房间'
config_changed: '检测到模版房间 {0} 的配置变更,已更新到数据库。'
config_changed: '检测到模版房间 {0} 的配置变更,已更新到数据库。'

cooldown_wait_message: '不要发这么快喵,等 {0}s 后我们再聊天喵。'

0 comments on commit 135dbaf

Please sign in to comment.