You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2008/02/19 23:25:54 UTC

svn commit: r629273 - in /incubator/xap/trunk/samples/WebContent/examples/widgets/i18n: ./ nls/ nls/en/ nls/en/strings.js nls/strings.js

Author: jmargaris
Date: Tue Feb 19 15:25:48 2008
New Revision: 629273

URL: http://svn.apache.org/viewvc?rev=629273&view=rev
Log:
i18n example

Added:
    incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/
    incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/
    incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/
    incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js   (with props)
    incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js   (with props)

Added: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js?rev=629273&view=auto
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js (added)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js Tue Feb 19 15:25:48 2008
@@ -0,0 +1,14 @@
+/*
+	Copyright (c) 2004-2006, The Dojo Foundation
+	All Rights Reserved.
+
+	Licensed under the Academic Free License version 2.1 or above OR the
+	modified BSD license. For more information on Dojo licensing, see:
+
+		http://dojotoolkit.org/community/licensing.shtml
+*/
+
+({
+	"string1":"An english string",
+	"string2":"A second english string"
+})
\ No newline at end of file

Propchange: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js?rev=629273&view=auto
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js (added)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js Tue Feb 19 15:25:48 2008
@@ -0,0 +1,14 @@
+/*
+	Copyright (c) 2004-2006, The Dojo Foundation
+	All Rights Reserved.
+
+	Licensed under the Academic Free License version 2.1 or above OR the
+	modified BSD license. For more information on Dojo licensing, see:
+
+		http://dojotoolkit.org/community/licensing.shtml
+*/
+
+({
+	"string1":"default string 1",
+	"string2":"default string 2"
+})
\ No newline at end of file

Propchange: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js
------------------------------------------------------------------------------
    svn:eol-style = native