| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(i18n): localize DPI steps and correct count labels | 7 天前 | |
fix(i18n): correct mistranslations in the Spanish catalog (#1315) Values only — no keys, no ordering, no placeholders touched. - Reverse a meaning inversion in the Input Monitoring hint: the English tells the user to log out and back in, the Spanish attributed that to macOS itself, so the user could not tell what was expected of them. - Use Apple's own Spanish menu titles for the menu bar entries, read from a Spanish macOS 26 system: Edición, Visualización, Ocultar otras apps. - Stop translating the SPDX operator in "MIT OR Apache-2.0"; it is a machine-readable identifier, not an English conjunction. - Disambiguate "Ajustes" (OpenLogi's own settings window) from "Ajustes del Sistema" where the string points at macOS. - Drop text invented by the translation that the English never had, and restore detail the translation dropped ("specific", "settings", "exclusive", "bundled"). - Unify terminology: aplicación over app, panel táctil over trackpad, en directo over en vivo, activar over habilitar, clic over pulsación. - Fix gender agreement on the permission badge, where three labels agree with "permiso" in the masculine and one did not. | 5 天前 | |
fix(i18n): localize DPI steps and correct count labels | 7 天前 | |
feat(i18n): migrate catalogs to semantic TOML keys (#1169) | 14 天前 | |
refactor(i18n): move locale negotiation into openlogi-core The negotiation over the shared catalogs' codes lived in openlogi-ui, which depends on gpui — unreachable from the GUI-less agent that needs the same resolution for its menu-bar tray. The module moves to openlogi-core behind a default-on `locale` feature (sys-locale reads the host language preference, so the wasm portability check keeps excluding it the way it excludes `fs`). The catalogs stay in openlogi-ui/locales/ with their key-parity test, now in catalog_parity.rs since include_str! paths anchor to the crate that owns the files. | 18 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 天前 | ||
| 5 天前 | ||
| 7 天前 | ||
| 14 天前 | ||
| 18 天前 |