Skip to content

Conversation

@Batmandakh
Copy link

@Batmandakh Batmandakh commented Dec 17, 2025

Added Mongolian locale


Note

Adds Mongolian (mn_MN) locale with translations and pluralization, registering it in Uppy and marking a minor release for @uppy/locales.

  • Localization:
    • Add packages/@uppy/locales/src/mn_MN.ts with Mongolian strings for core UI (upload, camera, errors, plugins) and a simple pluralization rule (1 vs other).
    • Register locale on globalThis.Uppy.locales.mn_MN.
  • Release:
    • Changeset .changeset/chatty-worms-cheer.md to publish a minor version of @uppy/locales.

Written by Cursor Bugbot for commit 1230ab6. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Dec 17, 2025

🦋 Changeset detected

Latest commit: 1230ab6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@uppy/locales Minor
uppy Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Murderlon
Copy link
Member

Murderlon commented Dec 18, 2025

CI still failing, run yarn check locally.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

aspectRatioSquare: 'Дөрвөлжин тайралт',
authAborted: 'Нэвтрэлт цуцлагдсан',
authenticate: 'Холбогдох',
authenticateWith: 'Connect to %{pluginName}',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Untranslated English strings in Mongolian locale file

The authenticateWith value is 'Connect to %{pluginName}' and revert value is 'Reset' - both are in English instead of Mongolian. All other strings in this locale file are properly translated to Mongolian, indicating these two were accidentally left untranslated. This may be causing the CI check failure mentioned in the PR discussion.

Additional Locations (1)

Fix in Cursor Fix in Web

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi again,

I'm sorry I couldn't figure out 😅. if possible can you create the localization file by yourself and commit to the repo?
Because.

  1. I have installed whole uppy projec as mentioned https://github.com/transloadit/uppy/blob/main/.github/CONTRIBUTING.md.
  2. Runned yarn check, yarn typecheck with the localization file (mn_MT.ts) in the "packages/@uppy/locale/src/mn_MT.ts
    But it has passed without any error.

I have attached translation file here.
mn_MN.ts

Sorry for bothering!
thanks again and have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants