mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
0da4bfa0cf
Qt returns "Brazil" as country of QLocale("pt") instead of "Portugal". This conflicts with QLocale("pt_BR"). Rename the pt.ts to pt_PT and put a language mapping in tx's config for that locale. Closes #4776.
19 lines
396 B
Text
19 lines
396 B
Text
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[qbittorrent.qbittorrent_master]
|
|
file_filter = src/lang/qbittorrent_<lang>.ts
|
|
lang_map = pt: pt_PT
|
|
source_file = src/lang/qbittorrent_en.ts
|
|
source_lang = en
|
|
type = QT
|
|
minimum_perc = 23
|
|
mode = developer
|
|
|
|
|
|
[qbittorrent.qbittorrentdesktop_master]
|
|
source_file = src/icons/qBittorrent.desktop
|
|
source_lang = en
|
|
type = DESKTOP
|
|
minimum_perc = 23
|
|
mode = developer
|