[KBSWITCH] Add Portuguese (pt-PT) translation (#7008)

Also fix SUBLANG for Portuguese Brazilian (pt-BR) translation.
This commit is contained in:
Jose Carlos Jesus 2024-06-17 12:42:13 -04:00 committed by GitHub
parent c43a638fc1
commit 0abd920db9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 1 deletions

View file

@ -56,6 +56,9 @@ IDI_MAIN ICON "res/kbswitch.ico"
#ifdef LANGUAGE_PT_BR
#include "lang/pt-BR.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "lang/pt-PT.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif

View file

@ -1,6 +1,6 @@
/* Translation and UTF-8 Conversion by mkbu95 <mkbu95@gmail.com> (August, 2011) */
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
IDR_POPUP MENU
BEGIN

View file

@ -0,0 +1,18 @@
/*
* PROJECT: Keyboard Layout Switcher
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Portuguese (Portugal) resource file
* TRANSLATOR: Copyright 2024 Jose Carlos Jesus <zecarlos1957@hotmail.com>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
IDR_POPUP MENU
BEGIN
POPUP "popup"
BEGIN
MENUITEM "&Preferências...", ID_PREFERENCES
MENUITEM SEPARATOR
MENUITEM "&Sair", ID_EXIT
END
END