Hey guys,
I come from Quebec, Canada. It's a french province in the far right of Canada.
I wanted to know if anyone had any theories on how to develop a plugin that facilitates translation.
I've been playing with the idea that I would make a JavaScript tool that would export all the text out of the map.js files out into a .txt that could then be re-imported after translation. The problem with this idea is that I'd be working on two files\two games at the same time.
Recently, a second idea pop'd up. A plugin that would allow you to import text from multiple .txt, in game.
So for example:
If I write in a text box
\t<0132> would be replaced with the information I stocked in the .txt at line 132.
My questions are:
Would this plugin interest anyone else?
Are \t<id> the way to go?
I come from Quebec, Canada. It's a french province in the far right of Canada.
I wanted to know if anyone had any theories on how to develop a plugin that facilitates translation.
I've been playing with the idea that I would make a JavaScript tool that would export all the text out of the map.js files out into a .txt that could then be re-imported after translation. The problem with this idea is that I'd be working on two files\two games at the same time.
Recently, a second idea pop'd up. A plugin that would allow you to import text from multiple .txt, in game.
So for example:
If I write in a text box
Code:
\n<Alex>
Oh! Oups... \t<0132>
My questions are:
Would this plugin interest anyone else?
Are \t<id> the way to go?