Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev300b2 add indonesian #220

Open
wants to merge 5 commits into
base: v3.0.x-release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ const intlMessages = defineMessages({
id: 'app.audio.captions.select.hi-ID',
description: 'Audio speech recognition indian language',
},
'id-ID': {
id: 'app.audio.captions.select.id-ID',
description: 'Audio speech recognition indonesian language',
},
'it-IT': {
id: 'app.audio.captions.select.it-IT',
description: 'Audio speech recognition italian language',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ const intlMessages = defineMessages({
id: 'app.audio.captions.select.hi-ID',
description: 'Audio speech recognition indian language',
},
'id-ID': {
id: 'app.audio.captions.select.id-ID',
description: 'Audio speech recognition indonesian language',
},
'it-IT': {
id: 'app.audio.captions.select.it-IT',
description: 'Audio speech recognition italian language',
Expand Down
1 change: 1 addition & 0 deletions bigbluebutton-html5/private/config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public:
- es-ES
- fr-FR
# - hi-ID
# - id-ID
# - it-IT
# - ja-JP
- pt-BR
Expand Down
1 change: 1 addition & 0 deletions bigbluebutton-html5/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
"app.audio.captions.select.es-ES": "Spanish",
"app.audio.captions.select.fr-FR": "French",
"app.audio.captions.select.hi-ID": "Hindi",
"app.audio.captions.select.id-ID": "Indonesian",
"app.audio.captions.select.it-IT": "Italian",
"app.audio.captions.select.ja-JP": "Japanese",
"app.audio.captions.select.pt-BR": "Portuguese",
Expand Down
1 change: 1 addition & 0 deletions bigbluebutton-html5/public/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
"app.audio.captions.select.es-ES": "スペイン語",
"app.audio.captions.select.fr-FR": "フランス語",
"app.audio.captions.select.hi-ID": "ヒンズー語",
"app.audio.captions.select.id-ID": "インドネシア語",
"app.audio.captions.select.it-IT": "イタリア語",
"app.audio.captions.select.ja-JP": "日本語",
"app.audio.captions.select.pt-BR": "ポルトガル語",
Expand Down
Loading