1
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:
nowrep 2011-10-18 18:22:05 +02:00
parent 5ebdfd9a5a
commit e243b1baf4
8 changed files with 1095 additions and 842 deletions

2
TODO
View File

@ -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.

View File

@ -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