-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from JCID/v2.0.0
V2.0.0
- Loading branch information
Showing
5 changed files
with
3,774 additions
and
2,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
/login-nl.mo | ||
/*.mo | ||
/*.pot | ||
/.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,34 @@ Copyright |. De vertaling is in samenwerking met DirectAdmin uitgevoerd. Leden m | |
|-----|-----| | ||
|Auteur|Snelwebcenter| | ||
|E-mail|[[email protected]](mailto:[email protected])| | ||
|Versie|1.1 (vertaling) (08-10-2018)| | ||
|Versie|2.0 (vertaling) (27-01-2020)| | ||
|
||
# Installatie van versie `v1.1.1` | ||
# Installatie van versie `v2.0.0` | ||
|
||
```bash | ||
curl -o /usr/local/directadmin/data/skins/evolution/lang/nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v1.1.1/nl.po | ||
curl -o /usr/local/directadmin/data/skins/evolution/lang/nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v2.0.0/nl.po | ||
chown diradmin:diradmin /usr/local/directadmin/data/skins/evolution/lang/nl.po | ||
chmod 0755 /usr/local/directadmin/data/skins/evolution/lang/nl.po | ||
``` | ||
|
||
```bash | ||
curl -o /usr/local/directadmin/data/skins/evolution/lang/login-nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v1.1.1/login-nl.po | ||
curl -o /usr/local/directadmin/data/skins/evolution/lang/login-nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v2.0.0/login-nl.po | ||
chown diradmin:diradmin /usr/local/directadmin/data/skins/evolution/lang/login-nl.po | ||
chmod 0755 /usr/local/directadmin/data/skins/evolution/lang/login-nl.po | ||
``` | ||
|
||
# Actualiseren ten opzichte van DirectAdmin | ||
|
||
Download [PoEdit](https://poedit.net/download). PoEdit heeft een optie om het PO-bestand bij te werken vanuit een bestaand POT-bestand. Ga vanuit het menu naar `Catalogus` -> `Bijwerken vanuit POT-bestand`. | ||
|
||
Het POT-bestand vind je onder de directory `cd /usr/local/directadmin/data/skins/evolution/lang/` met daarin `dictionary.pot`, `login-dictionary.pot` en `vars.pot`. | ||
|
||
```bash | ||
open nl.po -a poedit | ||
scp effusion.prod.jcid.nl:/usr/local/directadmin/data/skins/evolution/lang/dictionary.pot ~/jcid/repositories/jcid/directadmin-evolution-skin-dutch-translation/dictionary.pot | ||
``` | ||
|
||
```bash | ||
open login-nl.po | ||
scp effusion.prod.jcid.nl:/usr/local/directadmin/data/skins/evolution/lang/login-dictionary.pot ~/jcid/repositories/jcid/directadmin-evolution-skin-dutch-translation/login-dictionary.pot | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.