Skip to content

Commit

Permalink
Disabled the incomplete Hindi and Marathi translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 22, 2020
1 parent 6169a0e commit 56dcb42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion translations/translations.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Product {
type: "qm"
files: "*.ts"

// Disabled languages because they're too outdated
// Disabled languages because they're too incomplete
excludeFiles: [
"tiled_hi.ts",
"tiled_lv.ts",
"tiled_mr.ts",
]

Depends { name: "Qt.core" }
Expand Down

0 comments on commit 56dcb42

Please sign in to comment.