Skip to content

Commit

Permalink
Released 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferata committed May 12, 2020
1 parent e5e6649 commit 38229fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.1

- Verschillende vertalingen toegevoegd door @aaron1232 [#3](https://github.com/JCID/directadmin-evolution-skin-dutch-translation/pull/3)

# 2.0.0

- De `README.md` aangevuld met de benodigde stappen om de Nederlandse versie te kunnen actualiseren
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Copyright |. De vertaling is in samenwerking met DirectAdmin uitgevoerd. Leden m
|E-mail|[[email protected]](mailto:[email protected])|
|Versie|2.0 (vertaling) (27-01-2020)|

# Installatie van versie `v2.0.0`
# Installatie van versie `v2.0.1`

```bash
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
curl -o /usr/local/directadmin/data/skins/evolution/lang/nl.po https://raw.githubusercontent.com/JCID/directadmin-evolution-skin-dutch-translation/v2.0.1/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/v2.0.0/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.1/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
```
Expand Down

0 comments on commit 38229fe

Please sign in to comment.