<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Localization</title>
		<link>http://kogics.wikidot.com/forum/t-856986/localization</link>
		<description>Posts in the discussion thread &quot;Localization&quot; - Questions about localization</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 10 Aug 2026 11:15:03 +0000</lastBuildDate>
		
					<item>
				<guid>http://kogics.wikidot.com/forum/t-856986#post-2030090</guid>
				<title>Re: Localization</title>
				<link>http://kogics.wikidot.com/forum/t-856986/localization#post-2030090</link>
				<description></description>
				<pubDate>Sun, 11 May 2014 13:16:46 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>These parts currently come from stuff outside Kojo &#8212; the Java runtime (JOptionPane) in the Yes/No case and RSyntaxText area in the Undo/Folding case. For example, you will see Yes/No localized in Swedish, and Undo/Folding localized in Polish.</p> <p>This is fixable with some work, of course, but the extra effort required to do this has not yet been put in.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-856986#post-2030089</guid>
				<title>Re: Localization</title>
				<link>http://kogics.wikidot.com/forum/t-856986/localization#post-2030089</link>
				<description></description>
				<pubDate>Sun, 11 May 2014 13:09:52 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The current thinking has been to translate a subset of the Kojo API &#8212; to get kids going with Kojo in their native language. Translators have created their own documentation around their translated API (e.g Swedish &#8212; <a href="http://cs.lth.se/english/contact/regnell-bjoern/laer-dig-programmera/">http://cs.lth.se/english/contact/regnell-bjoern/laer-dig-programmera/</a>). Beyond a certain level, kids transition to using the default English API.</p> <p>Translating stuff in the resources/samples directory (as I understand your idea) would require the prior translation of a much larger chunk of the Kojo API. Translators have not felt the need to attempt this yet.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-856986#post-2030048</guid>
				<title>Re: Localization</title>
				<link>http://kogics.wikidot.com/forum/t-856986/localization#post-2030048</link>
				<description></description>
				<pubDate>Sun, 11 May 2014 11:29:55 +0000</pubDate>
				<wikidot:authorName>Eric Zoerner</wikidot:authorName>				<wikidot:authorUserId>1878148</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There seems to be some parts of the UI that don't get localized. One example is the &quot;Yes&quot; and &quot;No&quot; options in the dialog where you confirm whether to discard changes in the editor before closing. Another example is &quot;Undo&quot; and the &quot;Folding&quot; options in the editor popup menu.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-856986#post-2029771</guid>
				<title>Re: Localization</title>
				<link>http://kogics.wikidot.com/forum/t-856986/localization#post-2029771</link>
				<description></description>
				<pubDate>Sat, 10 May 2014 22:02:48 +0000</pubDate>
				<wikidot:authorName>Eric Zoerner</wikidot:authorName>				<wikidot:authorUserId>1878148</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In a previous thread you wrote:</p> <blockquote> <p>In the current scheme of things, there are two levels of translation:</p> <p>Level 1 (UI translation) — the following file needs to be translated:<br /> <a href="http://code.google.com/p/kojolite/source/browse/src/main/resources/net/kogics/kojo/lite/Bundle.properties">http://code.google.com/p/kojolite/source/browse/src/main/resources/net/kogics/kojo/lite/Bundle.properties</a></p> <p>Level 2 (translation to enable (beginner level) programming in Dutch) — the following two files need to be translated (I'm pointing to the Swedish files for reference):<br /> <a href="http://code.google.com/p/kojolite/source/browse/src/main/scala/net/kogics/kojo/lite/i18n/svInit.scala">http://code.google.com/p/kojolite/source/browse/src/main/scala/net/kogics/kojo/lite/i18n/svInit.scala</a><br /> <a href="http://code.google.com/p/kojolite/source/browse/src/main/resources/i18n/initk/sv.tw.kojo">http://code.google.com/p/kojolite/source/browse/src/main/resources/i18n/initk/sv.tw.kojo</a></p> </blockquote> <p>But can't we consider there to be actually three levels of translation:</p> <ol> <li>UI</li> <li>scripting and turtle controller</li> <li>samples</li> </ol> <p>Where the samples are the tutorials, the instruction palette, sample scripts, etc., which is everything in the resources/samples directory?<br /> Has there been any attempt yet to translate this part of the application into any other language?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-856986#post-2024749</guid>
				<title>Re: Localization</title>
				<link>http://kogics.wikidot.com/forum/t-856986/localization#post-2024749</link>
				<description></description>
				<pubDate>Sat, 03 May 2014 12:41:27 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'll add the Dutch GeoGebra props using this script before we release the Dutch version:<br /> <a href="https://bitbucket.org/lalit_pant/kojo/src/c070bb8b20aab585634a1f08f3708484a6faa245/shrink-geo-props.sh?at=default">https://bitbucket.org/lalit_pant/kojo/src/c070bb8b20aab585634a1f08f3708484a6faa245/shrink-geo-props.sh?at=default</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-856986#post-2024733</guid>
				<title>Localization</title>
				<link>http://kogics.wikidot.com/forum/t-856986/localization#post-2024733</link>
				<description></description>
				<pubDate>Sat, 03 May 2014 11:39:59 +0000</pubDate>
				<wikidot:authorName>Eric Zoerner</wikidot:authorName>				<wikidot:authorUserId>1878148</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am working on localizing Kojo into Dutch.</p> <p>I notice that the currently released GeoGebra software is already translated into Dutch, but that Dutch translation is not included in Kojo. How can be get the Dutch translation of GeoGebra into Kojo?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>