mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Fixed small problem with default accept language + updated translations
This commit is contained in:
parent
5ebdfd9a5a
commit
e243b1baf4
2
TODO
2
TODO
@ -6,9 +6,9 @@ The list is not sorted by priority.
|
||||
|
||||
* OpenSearch support
|
||||
* Import / Export Bookmarks
|
||||
* Import Bookmarks from other browsers
|
||||
* Speed Dial
|
||||
* FTP Protocol support
|
||||
* Zoom Widget in statusbar
|
||||
* Save more than one account for site + input completer
|
||||
* Accept-Language dialog + send this header
|
||||
* New LocationBar completer
|
||||
|
Binary file not shown.
Binary file not shown.
@ -41,7 +41,7 @@
|
||||
|
||||
QStringList AcceptLanguage::defaultLanguage()
|
||||
{
|
||||
return QStringList(QLocale::system().name().split(QLatin1Char('_')));
|
||||
return QStringList(QLocale::system().name().replace("_", "-"));
|
||||
}
|
||||
|
||||
QByteArray AcceptLanguage::generateHeader(const QStringList &langs)
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user