From 36a2f1f3c085dd81171cf7d8220770d4ff921ab3 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 7 Feb 2009 15:50:40 +0100 Subject: added globalize2 plugin as well as some modifications which use the new translation facilities. backend mostly. --- vendor/plugins/globalize2/test/data/locale/all.yml | 2 ++ vendor/plugins/globalize2/test/data/locale/de-DE.yml | 2 ++ vendor/plugins/globalize2/test/data/locale/en-US.yml | 2 ++ vendor/plugins/globalize2/test/data/locale/en-US/module.yml | 2 ++ vendor/plugins/globalize2/test/data/locale/fi-FI/module.yml | 2 ++ vendor/plugins/globalize2/test/data/locale/root.yml | 0 6 files changed, 10 insertions(+) create mode 100644 vendor/plugins/globalize2/test/data/locale/all.yml create mode 100644 vendor/plugins/globalize2/test/data/locale/de-DE.yml create mode 100644 vendor/plugins/globalize2/test/data/locale/en-US.yml create mode 100644 vendor/plugins/globalize2/test/data/locale/en-US/module.yml create mode 100644 vendor/plugins/globalize2/test/data/locale/fi-FI/module.yml create mode 100644 vendor/plugins/globalize2/test/data/locale/root.yml (limited to 'vendor/plugins/globalize2/test/data/locale') diff --git a/vendor/plugins/globalize2/test/data/locale/all.yml b/vendor/plugins/globalize2/test/data/locale/all.yml new file mode 100644 index 00000000..ee4fb4a4 --- /dev/null +++ b/vendor/plugins/globalize2/test/data/locale/all.yml @@ -0,0 +1,2 @@ +en-US: + from-all-file: From the "all" file. diff --git a/vendor/plugins/globalize2/test/data/locale/de-DE.yml b/vendor/plugins/globalize2/test/data/locale/de-DE.yml new file mode 100644 index 00000000..d4c468ed --- /dev/null +++ b/vendor/plugins/globalize2/test/data/locale/de-DE.yml @@ -0,0 +1,2 @@ +de-DE: + from-locale-file: Aus der Locale Datei. \ No newline at end of file diff --git a/vendor/plugins/globalize2/test/data/locale/en-US.yml b/vendor/plugins/globalize2/test/data/locale/en-US.yml new file mode 100644 index 00000000..866b171a --- /dev/null +++ b/vendor/plugins/globalize2/test/data/locale/en-US.yml @@ -0,0 +1,2 @@ +en-US: + from-locale-file: From the locale file. diff --git a/vendor/plugins/globalize2/test/data/locale/en-US/module.yml b/vendor/plugins/globalize2/test/data/locale/en-US/module.yml new file mode 100644 index 00000000..6655e9bf --- /dev/null +++ b/vendor/plugins/globalize2/test/data/locale/en-US/module.yml @@ -0,0 +1,2 @@ +en-US: + from-locale-dir: From the locale directory. diff --git a/vendor/plugins/globalize2/test/data/locale/fi-FI/module.yml b/vendor/plugins/globalize2/test/data/locale/fi-FI/module.yml new file mode 100644 index 00000000..62d00b1f --- /dev/null +++ b/vendor/plugins/globalize2/test/data/locale/fi-FI/module.yml @@ -0,0 +1,2 @@ +fi-FI: + from-locale-dir: Locale hakemistosta. \ No newline at end of file diff --git a/vendor/plugins/globalize2/test/data/locale/root.yml b/vendor/plugins/globalize2/test/data/locale/root.yml new file mode 100644 index 00000000..e69de29b -- cgit v1.3