Skip to content

Commit

Permalink
added support for portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredredbird committed May 2, 2024
1 parent 934f537 commit 8a3ecf0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/ar.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
de = German
ru = الروسية
hi = هندي
pt = البرتغالية
"""
configOptionAMessage = "تمت!"
configOptionBMessage = "مرحبا بك في قائمة المطور!"
Expand Down
1 change: 1 addition & 0 deletions lang/de.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
de = deutsch
ru = Russisch
hi = Hindi
pt = Portugiesisch
"""
configOptionAMessage = "Fertig!"
configOptionBMessage = "Willkommen im Entwicklermenü!"
Expand Down
1 change: 1 addition & 0 deletions lang/en.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
de = German
ru = Russian
hi = Hindi
pt = Portuguese
"""
configOptionAMessage = "Done!"
configOptionBMessage = "Welcome to the developer menu!"
Expand Down
1 change: 1 addition & 0 deletions lang/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
de = alemán
ru = Ruso
hi = Hindi
pt = Portugués
"""
configOptionAMessage = "Hecho!"
configOptionBMessage = "¡Bienvenido al menú de desarrolladores!"
Expand Down
1 change: 1 addition & 0 deletions lang/fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
de = Allemand
ru = Russe
hi = Hindi
pt = Portugais
"""
configOptionAMessage = "Fait!"
configOptionBMessage = "Bienvenue dans le menu développeur!"
Expand Down
1 change: 1 addition & 0 deletions lang/hi.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
de = जर्मन
ru = रूसी
hi = हिंदी
pt = पुर्तगाली
"""
configOptionAMessage = "पूरा हुआ!"
configOptionBMessage = "डेवलपर मेनू में आपका स्वागत है!"
Expand Down
1 change: 1 addition & 0 deletions lang/il.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
de = גרמנית
ru = רוסית
hi = הינדית
pt = פורטוגזית
"""
configOptionAMessage = "בוצע!"
configOptionBMessage = "ברוכים הבאים לתפריט המפתחים!"
Expand Down
1 change: 1 addition & 0 deletions lang/it.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
de = Tedesco
ru = Russo
hi = Hindi
pt = portoghese
"""
configOptionAMessage = "Fatto!"
configOptionBMessage = "Benvenuto nel menù sviluppatore!"
Expand Down
1 change: 1 addition & 0 deletions lang/pt-pt.py → lang/pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
de = Alemão (German)
ru = Russo (Russian/Русский)
hi = Hindi
pt = português (Portuguese)
"""
configOptionAMessage = "Feito!"
configOptionBMessage = "Bem-vindo ao menu das ferramentas de programador!"
Expand Down
1 change: 1 addition & 0 deletions lang/ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
de = немецкий
ru = Русский
hi = хинди
pt = португальский
"""
configOptionAMessage = "Готово!"
configOptionBMessage = "Добро пожаловать в меню разработчика!"
Expand Down
2 changes: 1 addition & 1 deletion modules/configcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def create_folders(folder_list, language_module):
"showtips": ["yes", "no"],
"browser": ["Firefox", "Edge", "Chrome"],
"defaultdlpath": [],
"language": ["en", "ar", "de", "es", "fr", "hi", "il", "it", "ru"],
"language": ["en", "ar", "de", "es", "fr", "hi", "il", "it", "ru", "pt"],
"colorscheme": ["RED", "GREEN", "BLUE", "WHITE", "YELLOW", "BLACK"],
"userandomuseragents": ["yes", "no"],
}
Expand Down

0 comments on commit 8a3ecf0

Please sign in to comment.