Skip to content
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

Separate OdeMessages property files for translation #3141

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appinventor/appengine/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
<path refid="YaClientApp.classpath" />
</classpath>
<jvmarg value="-Xss2M"/> <!-- increase if you see a StackOverflowError -->
<jvmarg value="-Xmx3G"/>
<jvmarg value="-Xmx4G"/>
<jvmarg line="${XstartOnFirstThread}"/>
<jvmarg value="-Dfile.encoding=UTF-8" />
<arg value="-war"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

package com.google.appinventor.client;

import com.google.appinventor.client.editor.simple.components.i18n.ComponentTranslations;
import com.google.gwt.i18n.client.LocalizableResource;
import com.google.gwt.i18n.client.Messages;

Expand All @@ -14,7 +15,7 @@
*
*/
@LocalizableResource.Generate(format = "com.google.gwt.i18n.rebind.format.PropertiesFormat")
public interface OdeMessages extends Messages, AutogeneratedOdeMessages {
public interface OdeMessages extends Messages, ComponentTranslations {
// Used in multiple files

@DefaultMessage("Default")
Expand Down
7,726 changes: 1,033 additions & 6,693 deletions appinventor/appengine/src/com/google/appinventor/client/OdeMessages_ca.properties

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,100 changes: 1 addition & 1,099 deletions appinventor/appengine/src/com/google/appinventor/client/OdeMessages_hu.properties
100755 → 100644

Large diffs are not rendered by default.

3,486 changes: 62 additions & 3,424 deletions appinventor/appengine/src/com/google/appinventor/client/OdeMessages_hy.properties

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6,489 changes: 47 additions & 6,442 deletions appinventor/appengine/src/com/google/appinventor/client/OdeMessages_ja.properties

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading