diff --git a/composer.lock b/composer.lock index 7976cb3..ad03965 100644 --- a/composer.lock +++ b/composer.lock @@ -686,16 +686,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.15.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "shasum": "" }, "require": { @@ -707,7 +707,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -740,7 +740,7 @@ "polyfill", "portable" ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2020-05-12T16:14:59+00:00" }, { "name": "symfony/yaml", @@ -862,12 +862,12 @@ "source": { "type": "git", "url": "https://github.com/vlucas/valitron.git", - "reference": "43e9393009220353445dc5cbe6da1442d71d87ab" + "reference": "4af076d19f3cd4fd61f560cba115316834c7fe81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/valitron/zipball/43e9393009220353445dc5cbe6da1442d71d87ab", - "reference": "43e9393009220353445dc5cbe6da1442d71d87ab", + "url": "https://api.github.com/repos/vlucas/valitron/zipball/4af076d19f3cd4fd61f560cba115316834c7fe81", + "reference": "4af076d19f3cd4fd61f560cba115316834c7fe81", "shasum": "" }, "require": { @@ -903,7 +903,7 @@ "validation", "validator" ], - "time": "2020-03-05T19:31:19+00:00" + "time": "2020-05-14T14:50:07+00:00" } ], "packages-dev": [], diff --git a/readme.md b/readme.md index 20f738a..f003ad8 100644 --- a/readme.md +++ b/readme.md @@ -78,15 +78,15 @@ TYPEMILL is published under MIT licence. Please check the licence of the include ## Contributors & Supporters -* [Severo Juliano](https://github.com/iusvar) manages the internationalization i18n. +* [Severo Iuliano](https://github.com/iusvar) manages the internationalization i18n. * [Eziquel Bruni](https://github.com/EzequielBruni) edits the typemill documentation. * [Ricky](https://github.com/rbertram90) developed the discard functionality. * [vodaris](https://www.vodaris.de) sponsored the development of the search plugin. * Translations: * Dutch: [svanlaere](https://github.com/svanlaere) - * French: [Olivier Crouzet]https://github.com/oliviercrouzet + * French: [Olivier Crouzet](https://github.com/oliviercrouzet) * German: [trendschau](https://github.com/trendschau) - * Italian: [Severo Juliano](https://github.com/iusvar) + * Italian: [Severo Iuliano](https://github.com/iusvar) * Russian: [Hide-me](https://github.com/hide-me) ## How to Contribute diff --git a/themes/typemill/languages/de.yaml b/themes/typemill/languages/admin/de.yaml similarity index 100% rename from themes/typemill/languages/de.yaml rename to themes/typemill/languages/admin/de.yaml diff --git a/themes/typemill/languages/en.yaml b/themes/typemill/languages/admin/en.yaml similarity index 100% rename from themes/typemill/languages/en.yaml rename to themes/typemill/languages/admin/en.yaml diff --git a/themes/typemill/languages/fr.yaml b/themes/typemill/languages/admin/fr.yaml similarity index 100% rename from themes/typemill/languages/fr.yaml rename to themes/typemill/languages/admin/fr.yaml diff --git a/themes/typemill/languages/it.yaml b/themes/typemill/languages/admin/it.yaml similarity index 100% rename from themes/typemill/languages/it.yaml rename to themes/typemill/languages/admin/it.yaml diff --git a/themes/typemill/languages/nl.yaml b/themes/typemill/languages/admin/nl.yaml similarity index 100% rename from themes/typemill/languages/nl.yaml rename to themes/typemill/languages/admin/nl.yaml diff --git a/themes/typemill/languages/ru.yaml b/themes/typemill/languages/admin/ru.yaml similarity index 100% rename from themes/typemill/languages/ru.yaml rename to themes/typemill/languages/admin/ru.yaml diff --git a/themes/typemill/languages/user/en.yaml b/themes/typemill/languages/user/en.yaml new file mode 100644 index 0000000..33806a3 --- /dev/null +++ b/themes/typemill/languages/user/en.yaml @@ -0,0 +1 @@ +# English diff --git a/themes/typemill/languages/user/it.yaml b/themes/typemill/languages/user/it.yaml new file mode 100644 index 0000000..5cef266 --- /dev/null +++ b/themes/typemill/languages/user/it.yaml @@ -0,0 +1 @@ +# Italiano