Add Ukrainian (uk_UA) translation - #18
Open
soundman666 wants to merge 1 commit into
Open
soundman666 wants to merge 1 commit into
soundman666 wants to merge 1 commit into
Conversation
Complete Ukrainian locale translated against the en_US bundled with
Msty Studio 2.9.8 (4981 keys), plus the 8 keys that still exist in this
repo's en_US.json but were removed from the app, so the file is a
superset of both (4989 keys).
Verified after generation:
- structure matches en_US.json exactly, no missing or extra branches
- {placeholders}, plural segments (|) and random variants (::) preserved
- every @:link resolves to an existing key
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a complete Ukrainian locale:
i18n/locales/uk_UA.json.Coverage
Translated against the
en_US.jsonbundled with Msty Studio 2.9.8 (4981 keys), then topped up with the 8 keys that still exist in this repo'sen_US.jsonbut are gone from the app (shiftcutMode.*,modelHub.localModels.huggingfaceModels.*,conversationActions.exportConversation.successMessage,sharedService.serviceVersion.forceUpdate.forCuda131). The file is therefore a superset of both: 4989 keys, 0 missing against either side.Checks run after generation
en_US.jsonexactly — no missing, extra or reshaped branches.{placeholders}preserved per string (name and count).|) and random-variant separators (::, e.g.waitingMessage.*) kept at the same count as the source.@:linkresolves to an existing key (0 dangling).{'{'}/{'.'}left untouched where they carry meaning.Translation notes
@:linkswere expanded into plain text. Ukrainian is an inflected language and vue-i18n interpolates the linked message in the nominative case, soDelete @:conversation.titlewould render as "Видалити Розмова" instead of "Видалити розмову". Links were kept where the nominative fits, or where they point at a service name whose value I could not resolve (@:localAIService,@:remoteToolsConnector.title,@:mlxService).count === 1 ? 0 : 1); a third Slavic form would never be selected. Where the distinction is visible, the second form is phrased so it reads correctly for any number (Розмов: {count}).One request
uk-UAis not in the app's compiled locale list (en-US, en-GB, de-DE, es-ES, fr-FR, it-IT, ja-JP, pt-BR, zh-CN, zh-TW, ru-RU, developer), so even after this is merged and published tonext-assets.msty.studio/app/latest/locales/, the language will not show up in the picker. Could you add theuk-UAentry (name:Українська) to the app build as well?Happy to fix anything up on request.