-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add indonesian language #186
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
feat: add indonesian language #186
Conversation
|
Hey @akmalsyrf Thanks for contributing, I'm just going to check we have full coverage. |
|
@akmalsyrf I see you also made some changes to a field which wasn't I18n compliant, thank you! |
f5bad3c to
70ccde3
Compare
Honestly, I am not really sure about the translations beside Indonesia (the other language parts are from LLM suggestions). But I still included it because I saw some i18n keys that haven't been translated yet. At least it'll become the temporary translations. Or do you have any other consideration? |
|
@akmalsyrf No that's great! |
stan-smith
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.
Only ask is that you trim down the README to reflect what I changed it to 🙏
Hugely appreciate the work done to translate it all.
Thanks,
Stan
ahh i see sorry 😅, working on it |
70ccde3 to
a4bfb92
Compare
|
anything else i need to do for this PR? @stan-smith |
|
@akmalsyrf Thanks! |
|
I see there's an error in the pipeline build. I'm going to check on it. |
|
Here's the PR for fixing the build problem |
## [1.7.0](v1.6.1...v1.7.0) (2026-01-10) ### Features * add indonesian language ([#186](#186)) [@akmalsyrf](https://github.com/akmalsyrf) ([2ce342d](2ce342d)) * read-only mode ([#168](#168)) ([85d32e6](85d32e6)) * transparent background for exporting as png ([#180](#180)) @F4tal1t thank you for contributing as always! ([ba1b376](ba1b376)) * **ui:** enhance custom color picker and fix docs ([#169](#169)) thank you [@non-stop-dev](https://github.com/non-stop-dev) ([f56812c](f56812c)) ### Bug Fixes * build error caused by missing property in src/i18n/es-ES.ts ([#202](#202)) ([574b298](574b298)) * resolve issue [#136](#136) where "Add Node" popup has huge offset ([#195](#195)) ([fa5478e](fa5478e)) * resolve issue [#198](#198) where moving sliders pan view ([#199](#199)) ([af62f2f](af62f2f)) ### Documentation * fix remaining CONTRIBUTING.md links in readme ([#197](#197)) @Abrar74774 Thank you! ([cbf922d](cbf922d))
## [1.7.0](v1.6.1...v1.7.0) (2026-01-10) ### Features * add indonesian language ([#186](#186)) [@akmalsyrf](https://github.com/akmalsyrf) ([2ce342d](2ce342d)) * read-only mode ([#168](#168)) ([85d32e6](85d32e6)) * transparent background for exporting as png ([#180](#180)) @F4tal1t thank you for contributing as always! ([ba1b376](ba1b376)) * **ui:** enhance custom color picker and fix docs ([#169](#169)) thank you [@non-stop-dev](https://github.com/non-stop-dev) ([f56812c](f56812c)) ### Bug Fixes * build error caused by missing property in src/i18n/es-ES.ts ([#202](#202)) ([574b298](574b298)) * resolve issue [#136](#136) where "Add Node" popup has huge offset ([#195](#195)) ([fa5478e](fa5478e)) * resolve issue [#198](#198) where moving sliders pan view ([#199](#199)) ([af62f2f](af62f2f)) ### Documentation * fix remaining CONTRIBUTING.md links in readme ([#197](#197)) @Abrar74774 Thank you! ([cbf922d](cbf922d))
## [1.7.0](v1.6.1...v1.7.0) (2026-01-11) ### Features * add indonesian language ([#186](#186)) [@akmalsyrf](https://github.com/akmalsyrf) ([2ce342d](2ce342d)) * read-only mode ([#168](#168)) ([85d32e6](85d32e6)) * transparent background for exporting as png ([#180](#180)) @F4tal1t thank you for contributing as always! ([ba1b376](ba1b376)) * **ui:** enhance custom color picker and fix docs ([#169](#169)) thank you [@non-stop-dev](https://github.com/non-stop-dev) ([f56812c](f56812c)) ### Bug Fixes * build error caused by missing property in src/i18n/es-ES.ts ([#202](#202)) ([574b298](574b298)) * resolve issue [#136](#136) where "Add Node" popup has huge offset ([#195](#195)) ([fa5478e](fa5478e)) * resolve issue [#198](#198) where moving sliders pan view ([#199](#199)) ([af62f2f](af62f2f)) ### Documentation * fix remaining CONTRIBUTING.md links in readme ([#197](#197)) @Abrar74774 Thank you! ([cbf922d](cbf922d))
🌏 Add Indonesian (Bahasa Indonesia) Language Support
This PR introduces comprehensive Indonesian language support to FossFLOW, expanding the application's multilingual capabilities.
Changes
New Language Support:
id-ID) locale with full interface translationsFiles Added/Modified:
packages/fossflow-lib/src/i18n/id-ID.tswith 194 translationspackages/fossflow-app/public/i18n/app/id-ID.jsondocs/README.id.md) with complete translationCode Changes:
packages/fossflow-lib/src/i18n/index.tsto register new localespackages/fossflow-app/src/i18n.tsto add Indonesian to supported languagesConnectorEmptySpaceTooltipcomponent with internationalization supportisoflowProps.tsfor new tooltip translationsStatistics: 27 files changed, 566 insertions, 24 deletions
Testing
Impact
This change makes FossFLOW more accessible to Indonesian-speaking users and demonstrates the project's commitment to global inclusivity.