Add Ukrainian as a supported platform language - #219
Merged
paulocastellano merged 11 commits intoAug 5, 2026
Merged
Conversation
axies20
marked this pull request as ready for review
July 31, 2026 17:33
paulocastellano
left a comment
Contributor
There was a problem hiding this comment.
i'm open to add Ukrainian language, but you need review that, keep default language as app / english.
paulocastellano
requested changes
Aug 1, 2026
- Changed the default content language in CreateWorkspace to inherit the app's locale instead of defaulting to English. - Updated related tests to reflect this change, ensuring that the content language aligns with the application's current locale settings. - Cleaned up unnecessary code in the BrandTab component for better readability.
Wire uk into languages config with complete lang/uk translations and restore ContentLanguage↔UI parity checks. Co-authored-by: Cursor <cursoragent@cursor.com>
Import the uk dayjs locale with Monday week-start and cover uk/uk-UA in brand autofill and SetLocale assertions. Co-authored-by: Cursor <cursoragent@cursor.com>
Cover generator/reviewer/humanizer/image prompts, workspace pickers, persona labels, UI locale switch, and README for uk as a first-class platform language. Co-authored-by: Cursor <cursoragent@cursor.com>
Restore lang/uk posts.php key parity for the new pin title and destination link fields. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the abbreviated multi-language blurb with the full locale set from config. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
@axies20 i have improved your PR to added Ukrain as language for platform too. |
paulocastellano
approved these changes
Aug 5, 2026
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.
What changed
uk) as a supported content language and full UI localelang/uktranslations with key parity against Englishuklocale (Monday week start) for calendars/relative datesuk/uk-UA), and SetLocale ltr behaviorWhy
Ukrainian was missing from both the AI content-language list and the platform UI language switcher. This adds it as a first-class locale without changing defaults for existing workspaces.
Validation
php artisan test --compactfor LocalizationParity, DeleteAccountCopy, ContentLanguage, PostContentGenerator, BrandAnalyzer, CreateWorkspace, AutofillBrand (language normalization), and SetLocale