Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Oct 14, 2023
1 parent 82e76d2 commit 49f2420
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions src/pages/zh/changelogs/0.36.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ layout: changelog
## [0.36.1](#0.36.1)
### 🐛 修复与补丁

- Align some i18n text ([e80a930195bf6218b7e96f380324265bcc129952](https://github.com/Voxelum/x-minecraft-launcher/commit/e80a930195bf6218b7e96f380324265bcc129952))
- The user cache key is not consisted ([fccb6e13012654b26ea7453727de70417d6f2b21](https://github.com/Voxelum/x-minecraft-launcher/commit/fccb6e13012654b26ea7453727de70417d6f2b21))
- Modrinth project search with wrong type ([60ae2e70185c76ad59e9aa56b867b019e3314038](https://github.com/Voxelum/x-minecraft-launcher/commit/60ae2e70185c76ad59e9aa56b867b019e3314038))
- Add ttl to the cache to reduce the cache size ([f2a65f4755ce13c5846b40e124dabde45ad1876d](https://github.com/Voxelum/x-minecraft-launcher/commit/f2a65f4755ce13c5846b40e124dabde45ad1876d))
- 调整了一些翻译 ([e80a930195bf6218b7e96f380324265bcc129952](https://github.com/Voxelum/x-minecraft-launcher/commit/e80a930195bf6218b7e96f380324265bcc129952))
- 修复了用户信息的缓存 key 不对称导致登录无效的问题 ([fccb6e13012654b26ea7453727de70417d6f2b21](https://github.com/Voxelum/x-minecraft-launcher/commit/fccb6e13012654b26ea7453727de70417d6f2b21))
- Modrinth 搜索项目类型不正确 ([60ae2e70185c76ad59e9aa56b867b019e3314038](https://github.com/Voxelum/x-minecraft-launcher/commit/60ae2e70185c76ad59e9aa56b867b019e3314038))
- 给页面缓存增加 ttl 来减小缓存大小 ([f2a65f4755ce13c5846b40e124dabde45ad1876d](https://github.com/Voxelum/x-minecraft-launcher/commit/f2a65f4755ce13c5846b40e124dabde45ad1876d))
### 🏗️ 重构

- Adjust forge/optifine icon ([34b313785edfb6e3c989944ca22f82f9a7ab54c7](https://github.com/Voxelum/x-minecraft-launcher/commit/34b313785edfb6e3c989944ca22f82f9a7ab54c7))
- Adjust the service memory management ([252a821d10e1333b3c60b98c9c15c24d8b6fa3f1](https://github.com/Voxelum/x-minecraft-launcher/commit/252a821d10e1333b3c60b98c9c15c24d8b6fa3f1))
- 调整 forge/optifine 的图标 ([34b313785edfb6e3c989944ca22f82f9a7ab54c7](https://github.com/Voxelum/x-minecraft-launcher/commit/34b313785edfb6e3c989944ca22f82f9a7ab54c7))
- 调整了一些内存管理 ([252a821d10e1333b3c60b98c9c15c24d8b6fa3f1](https://github.com/Voxelum/x-minecraft-launcher/commit/252a821d10e1333b3c60b98c9c15c24d8b6fa3f1))
10 changes: 5 additions & 5 deletions src/pages/zh/changelogs/0.36.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ layout: changelog
## [0.36.2](#0.36.2)
### 🐛 修复与补丁

- The broken pipe in dev env ([f36f18cede9ec21f75274777a1a51787656ccfc0](https://github.com/Voxelum/x-minecraft-launcher/commit/f36f18cede9ec21f75274777a1a51787656ccfc0))
- Mod delete from context menu ([79c5254aa747729e38f24c0a4b9a1885bd239bd1](https://github.com/Voxelum/x-minecraft-launcher/commit/79c5254aa747729e38f24c0a4b9a1885bd239bd1))
- Export instances cannot select files ([92cde130902a822ceacf962811177ce5f613ed16](https://github.com/Voxelum/x-minecraft-launcher/commit/92cde130902a822ceacf962811177ce5f613ed16))
- Add AppImage build back ([78cae06050a4e6704ae356840efdbbb204218b2f](https://github.com/Voxelum/x-minecraft-launcher/commit/78cae06050a4e6704ae356840efdbbb204218b2f))
- 修复了开发环境中的 broken pipein 的问题 ([f36f18cede9ec21f75274777a1a51787656ccfc0](https://github.com/Voxelum/x-minecraft-launcher/commit/f36f18cede9ec21f75274777a1a51787656ccfc0))
- 修复了 Mod 无法在右键菜单删除的问题 ([79c5254aa747729e38f24c0a4b9a1885bd239bd1](https://github.com/Voxelum/x-minecraft-launcher/commit/79c5254aa747729e38f24c0a4b9a1885bd239bd1))
- 修复了导出实例无法选到文件的问题 ([92cde130902a822ceacf962811177ce5f613ed16](https://github.com/Voxelum/x-minecraft-launcher/commit/92cde130902a822ceacf962811177ce5f613ed16))
- 修复了 AppImage 构建 ([78cae06050a4e6704ae356840efdbbb204218b2f](https://github.com/Voxelum/x-minecraft-launcher/commit/78cae06050a4e6704ae356840efdbbb204218b2f))
### 🏗️ 重构

- Improve the perf of the mod page ([dd095f08288394616a39aae4bbd29db2d53498c4](https://github.com/Voxelum/x-minecraft-launcher/commit/dd095f08288394616a39aae4bbd29db2d53498c4))
- 提升了 Mod 页面的性能 ([dd095f08288394616a39aae4bbd29db2d53498c4](https://github.com/Voxelum/x-minecraft-launcher/commit/dd095f08288394616a39aae4bbd29db2d53498c4))

0 comments on commit 49f2420

Please sign in to comment.