Skip to content

Commit

Permalink
Revert "Add Japanese language support (#401)"
Browse files Browse the repository at this point in the history
This reverts commit 55d4f62.
  • Loading branch information
WDaan committed Mar 30, 2022
1 parent 55d4f62 commit 40e777c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
Expand Up @@ -185,7 +185,7 @@ export default {
name: 'General',
data() {
return {
languages: ['en', 'fr', 'id', 'it', 'ja', 'nl', 'pt-br', 'zh-hans', 'zh-hant'],
languages: ['en', 'fr', 'id', 'it', 'nl', 'pt-br', 'zh-hans', 'zh-hant'],
paginationSizes: [5, 15, 30, 50],
titleOptions: ['Default', 'Global Speed', 'First Torrent Status'],
Qbitversion: 0
Expand Down
83 changes: 0 additions & 83 deletions src/lang/ja.js

This file was deleted.

0 comments on commit 40e777c

Please sign in to comment.