Skip to content

Conversation

@GitSid-glitch
Copy link
Contributor

What’s Included

  1. New locale: as.js

Added complete Assamese translations for every key in en.js

Preserved all interpolation placeholders
(e.g., {{tableName}}, {{fieldName}}, {{typeName}}, etc.)

Ensured consistency with the English structure

  1. Added Assamese to i18n.js

Imported the new locale

Added Assamese to the languages list

Registered it in the resources block so it appears in the UI

  1. Language metadata
    name: "Assamese",
    native_name: "অসমীয়া",
    code: "as"

Matches naming conventions used for other languages.

Testing Performed

  1. Interpolation tests

Validated that Assamese translations match English placeholders using a local script.
Confirmed no missing or broken {{...}} variables.

  1. Runtime UI checks

Manually verified that:

Menu items (File, Edit, View, etc.) render correctly in Assamese

Dialogs, buttons, and warnings display proper translations

Error messages (e.g., duplicate table names) interpolate correctly

Language selector shows both অসমীয়া and Assamese

  1. No build issues

Project builds successfully with the new translation included.

Screenshots:
Screenshot 2025-11-25 at 1 33 06 PM
Screenshot 2025-11-25 at 1 32 43 PM

Closes: #730

@vercel
Copy link

vercel bot commented Nov 25, 2025

@GitSid-glitch is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

@GitSid-glitch
Copy link
Contributor Author

GitSid-glitch commented Nov 25, 2025

@1ilit If the maintainers are satisfied with this they can approve my request,
if any changes are needed they can tell me and I will try to implement it

@GitSid-glitch
Copy link
Contributor Author

@1ilit can you review this and merge this if you find no issues
and if you find some, you can tell me about it.

Copy link
Member

@1ilit 1ilit left a comment

Choose a reason for hiding this comment

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

please remove the changes in package-lock.json

@GitSid-glitch
Copy link
Contributor Author

please remove the changes in package-lock.json

Well I have commited the removal and now the package-lock.json is the same as previously it was
please review it and merge if correct or tell me more about what to do next

@vercel
Copy link

vercel bot commented Nov 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
drawdb Ready Ready Preview Comment Nov 25, 2025 5:24pm

Copy link
Member

@1ilit 1ilit left a comment

Choose a reason for hiding this comment

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

thanks

@1ilit 1ilit merged commit 034a1fa into drawdb-io:main Nov 25, 2025
4 checks passed
@GitSid-glitch
Copy link
Contributor Author

thanks

Thanks a lot

ewqazxc pushed a commit to ewqazxc/drawdb that referenced this pull request Nov 28, 2025
* Add Assamese language support

* Remove unintended changes to package-lock.json
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.

Add Assamese (as) language support to DrawDB

2 participants