Skip to content

Commit

Permalink
correct language code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Aug 25, 2022
1 parent 92785a7 commit ef92268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/nerd/nerd.js
Expand Up @@ -4,7 +4,7 @@
*/

var nerd = (function ($) {
var supportedLanguages = ["en", "es", "it", "fr", "de", "ar", "zh", "jp", "ru", "pt", "fa"];
var supportedLanguages = ["en", "es", "it", "fr", "de", "ar", "zh", "ja", "ru", "pt", "fa"];

// for components view
var responseJson = null;
Expand Down

0 comments on commit ef92268

Please sign in to comment.