-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 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,2 +1,29 @@ | ||
# YOURLS-de_DE | ||
Deutsche Übersetzung YOURLS | ||
# **YOURLS** – Deutsche Übersetzung | ||
*(**YOURLS** – german translation)* | ||
|
||
|
||
## Version | ||
|
||
YOURLS **1.8** | ||
|
||
## Installation | ||
|
||
1. Bearbeiten Sie in Ihrer `config.php` die folgende Zeile oder fügen Sie hinzu: | ||
``` | ||
define( 'YOURLS_LANG', 'de_DE' ); | ||
``` | ||
2. Kopieren Sie die beiden Dateien `de_DE.po` und `de_DE.mo` in das Verzeichnis `user/languages`. | ||
|
||
## Es liegt ein Fehler vor / Ich habe eine bessere Übersetzung anzubieten! | ||
|
||
Idealerweise *forken* Sie dieses *Repository*, ändern Sie die Datei und erstellen Sie einen *Pull request*. | ||
|
||
Öffnen Sie alternativ ein *Issue*, nachdem Sie die vorherigen *Issues* sorgfältig durchgesehen haben, dass dieses Problem bisher noch nicht aufgetreten ist. Beschreiben Sie das Problem und Ihre mögliche Lösung so detailliert wie möglich. | ||
|
||
## Credits | ||
|
||
Die Übersetzung wird gepflegt von [@DerSev](https://github.com/DerSev) | ||
|
||
## Lizenz | ||
|
||
Free to use. Sie können hiermit tun, was Sie wollen. |