Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Sep 28, 2023
1 parent 4644c1e commit 7d387d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/lib/scripts/compare-translate-files.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from "fs"
import { diffString, diff } from "json-diff"

const langs = ["es", "fr", "id", "jp", "ko", "pt", "ru", "zh_cn", "zh_tw"]
const langs = ["es", "fr", "id", "ja", "ko", "pt", "ru", "zh_hans", "zh_hant"]

langs.forEach((lang) => {
fs.readFile(`src/translation/en.json`, "utf8", (err1, file1) => {
Expand Down

0 comments on commit 7d387d1

Please sign in to comment.