From e42841711d177092fbfc33d317eecdffdb041ce3 Mon Sep 17 00:00:00 2001 From: Jens Martsch Date: Tue, 13 Nov 2018 17:26:03 +0100 Subject: [PATCH 1/2] update readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf68da6..483325f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ # German language pack for ProcessWire -German (de_DE) language pack for [ProcessWire](http://processwire.com). Uses formal language ("Sie"). +German (de_DE) language pack for [ProcessWire](http://processwire.com). +Uses formal language ("Sie"). -The repository will (try to) be up to date with the most recent **stable** version of ProcessWire. For use with a **dev** version, [see here](https://github.com/Manfred62/pw-lang-de-devns). +The repository will (try to) be up to date with the most recent **stable** version of ProcessWire. For use with a **dev** version use the dev branch. -Language packs for (some) older versions of ProcessWire are available on the [releases page](https://github.com/yellowled/pw-lang-de/releases) of this repository. +Language packs for (some) older versions of ProcessWire are available on the [releases page](https://github.com/jmartsch/pw-lang-de/releases) of this repository. + +## Installation + +To install a language pack, you must have the ProcessWire [i]Language Support module installed. This is included with ProcessWire, so all you have to do is click to Modules > Language > Language Support > install. + +Once you have Language Support installed, you can install this language pack by going to Setup > Languages > Add New Language. Enter a title and name for the language and save. + +Next, you can install the files for the language pack. If your system supports ZIP uploads, you can simply drag the ZIP file for the language pack into the files field. If your system doesn't support ZIP uploads, then you'll want to unzip the language pack and drag the JSON files (as a group, or individually) into the files field. Save. + +Now you can test out the new language by editing our profile and selecting the new language. + +Big thanks to yellowled and nico for their initial work. From 6f5b7e51f65b38bd0981b4ce68495faeb5cc6f30 Mon Sep 17 00:00:00 2001 From: Jens Martsch Date: Sat, 17 Nov 2018 14:07:18 +0100 Subject: [PATCH 2/2] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 483325f..d156cd2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Language packs for (some) older versions of ProcessWire are available on the [re ## Installation -To install a language pack, you must have the ProcessWire [i]Language Support module installed. This is included with ProcessWire, so all you have to do is click to Modules > Language > Language Support > install. +To install a language pack, you must have the ProcessWire Language Support module installed. This is included with ProcessWire, so all you have to do is click to Modules > Language > Language Support > install. Once you have Language Support installed, you can install this language pack by going to Setup > Languages > Add New Language. Enter a title and name for the language and save. @@ -17,4 +17,6 @@ Next, you can install the files for the language pack. If your system supports Z Now you can test out the new language by editing our profile and selecting the new language. +Menu items are translated after you log out and log in again. + Big thanks to yellowled and nico for their initial work.