diff options
author | Geekologist <Conver@users.noreply.github.com> | 2016-06-27 22:43:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-27 22:43:17 +0200 |
commit | d8e269afec5d89bf19ce7113e4aae50ba70e0582 (patch) | |
tree | 1cee008375b2f2525640d39c03cbf468ef1546ab | |
parent | 0b06defa76ac289a82e87427549f4900586fe3b0 (diff) | |
download | PHPAuth-d8e269afec5d89bf19ce7113e4aae50ba70e0582.zip PHPAuth-d8e269afec5d89bf19ce7113e4aae50ba70e0582.tar.gz PHPAuth-d8e269afec5d89bf19ce7113e4aae50ba70e0582.tar.bz2 |
updated to include new languages
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -163,13 +163,16 @@ Example: `$auth = new PHPAuth\Auth($dbh, $config, "fr_FR");` Available languages: * `en_GB` (Default) +* `da_DK` * `de_DE` * `fa_IR` * `fr_FR` * `it_IT` * `nl_BE` +* `nl_NL` * `pt_BR` * `ru_RU` +* `se_SE` Documentation --------------- |