nextcloud/lib/private/L10N
Roeland Jago Douma 0228bc6e66
ACCEPT_LANGUAGE goes before default_langauge
See https://github.com/nextcloud/server/issues/970

Before we had

1. Users settings in personal settings
2. Admins default language settings
3. Accept-Language settings of the browser

However this is not in line with
https://www.w3.org/International/questions/qa-lang-priorities

So this changes the order to

1. Users settings in personal settings
3. Accept-Language settings of the browser
2. Admins default language settings
2016-09-04 13:19:40 +02:00
..
Factory.php ACCEPT_LANGUAGE goes before default_langauge 2016-09-04 13:19:40 +02:00
L10N.php Fix others 2016-07-21 18:13:57 +02:00
LanguageNotFoundException.php ACCEPT_LANGUAGE goes before default_langauge 2016-09-04 13:19:40 +02:00