diffgram / diffgram

The AI Datastore for Schemas, BLOBs, and Predictions. Use with your apps or integrate built-in Human Supervision, Data Workflow, and UI Catalog to get the most value out of your AI Data.
https://diffgram.com
Other
1.85k stars 119 forks source link

Translation to other languages #626

Open Emmanuel-Messulam opened 2 years ago

Emmanuel-Messulam commented 2 years ago

Add a mechanism for adding translations to other languages

anthony-chaudhary commented 2 years ago

100% agree. At some point we need a serious project to figure out how to make diffgram as natively multilingual as linux or windows.

On Fri, Feb 18, 2022, 6:24 AM Emmanuel-Messulam @.***> wrote:

Add a mechanism for adding translations to other languages

— Reply to this email directly, view it on GitHub https://github.com/diffgram/diffgram/issues/626, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEJ6DJGEIROPVG23OJQUBX3U3ZJCHANCNFSM5OYCDWXA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

MathijsNL commented 2 years ago

Right now all the text in the VUE files is plain English. Everything would have to be substituted by message strings attached to a locale setting.

So I do agree with @anthony-sarkis that this will be a serious project because it isn't as simple as adding some translation files.

Maybe someone with more frontend / VUE experience could enlighten us with the proper way to do this.