-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add Assamese (as) language support #731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@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. |
|
@1ilit If the maintainers are satisfied with this they can approve my request, |
|
@1ilit can you review this and merge this if you find no issues |
1ilit
left a comment
There was a problem hiding this 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
Well I have commited the removal and now the package-lock.json is the same as previously it was |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1ilit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Thanks a lot |
* Add Assamese language support * Remove unintended changes to package-lock.json
What’s Included
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
Imported the new locale
Added Assamese to the languages list
Registered it in the resources block so it appears in the UI
name: "Assamese",
native_name: "অসমীয়া",
code: "as"
Matches naming conventions used for other languages.
Testing Performed
Validated that Assamese translations match English placeholders using a local script.
Confirmed no missing or broken {{...}} variables.
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
Project builds successfully with the new translation included.
Screenshots:


Closes: #730