Replies: 4 comments 7 replies
-
|
That would be really neat. We are using docusaurus which has some support for multiple languages that could perhaps be used https://docusaurus.io/docs/i18n/introduction |
Beta Was this translation helpful? Give feedback.
-
|
Cool 👍 Please let me know how I could start translating the docs when u r ready |
Beta Was this translation helpful? Give feedback.
-
|
That looks great, very exciting! I had some discussion with maintainers and there was some hesitation since deck.gl has a lot of documentation and it was unclear how much you can commit to this. If you build a translation in a separate repo that will enable to you come back with a more powerful proposal. |
Beta Was this translation helpful? Give feedback.
-
|
In case it is helpful — do feel free to ignore it if not! — here is a proposal I wrote up last year for reducing the workload involved in three.js's translated API documentation. Only Milestone 3 really applies to deckgl: In the case of three.js we hit a blocker: TypeScript does not support much JSDoc syntax. But that would not be an issue for Deck, written in TypeScript which is fully supported. The main intent was to have a CSV (or similarly 'queryable' document) making it easy to identify which translations are missing for a given string and language, and which translations are older than the current English text. The original English strings would be extracted from JSDoc or TSDoc in source files, with a unique key like Similar to the hesitation @ibgreen mentioned above, we've found it challenging to keep full-length hand written API documentation pages in sync with changes to the API itself and to translations. See mrdoob/three.js#24984. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'd like to contribute to your document by translating it into Korean if possible.
Any plan opening contributions as translating?
Beta Was this translation helpful? Give feedback.
All reactions