Skip to content

Commit

Permalink
Fix ms translator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Nov 20, 2023
1 parent 9315017 commit c2280db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/translation_ms-translator.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function translateStrings(locale, stringsToTranslate, callback) {
params: {
"api-version": "3.0",
"from": "en",
"to": [locale]
"to": locale
},
data: dataToTranslate,
responseType: "json"
Expand Down

0 comments on commit c2280db

Please sign in to comment.