Skip to content

Commit

Permalink
fix: add pt_BR language in Config.js docker file (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Matheus Campos <external.matheus.campos@trisor.de>
  • Loading branch information
matheusdgdcampos and matheus-campos-trisor authored Sep 6, 2024
1 parent a2dac1a commit 3d0bd42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/docker/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ export const Config = {
'githubURL': null,
'apiDocsURL': 'https://docs.cron-job.org/rest-api.html',
'apiURL': '/api/',
'sessionRefreshInterval': 10*60*1000,
'sessionRefreshInterval': 10 * 60 * 1000,
'languages': {
'en': 'English',
'de': 'Deutsch',
'it': 'Italiano',
'fr': 'Français',
'ru': 'Русский',
'zh_TW': '正體中文',
'ro': 'Română'
'ro': 'Română',
'pt_BR': 'Português Brasil'
},
'fallbackLanguage': 'en',
'recaptchaSiteKey': null,
Expand Down

0 comments on commit 3d0bd42

Please sign in to comment.