nextcloud/tests/lib/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
..
FactoryTest.php ACCEPT_LANGUAGE goes before default_langauge 2016-09-04 13:19:40 +02:00
L10nLegacyTest.php L10N tests do not require DB 2016-08-25 22:41:23 +02:00
L10nTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00