diff --git a/yomi_base/japanese2/__init__.py b/yomi_base/japanese/__init__.py similarity index 100% rename from yomi_base/japanese2/__init__.py rename to yomi_base/japanese/__init__.py diff --git a/yomi_base/japanese2/data/.gitattributes b/yomi_base/japanese/data/.gitattributes similarity index 100% rename from yomi_base/japanese2/data/.gitattributes rename to yomi_base/japanese/data/.gitattributes diff --git a/yomi_base/japanese2/data/deinflect.json b/yomi_base/japanese/data/deinflect.json similarity index 100% rename from yomi_base/japanese2/data/deinflect.json rename to yomi_base/japanese/data/deinflect.json diff --git a/yomi_base/japanese2/data/dictionary.db b/yomi_base/japanese/data/dictionary.db similarity index 100% rename from yomi_base/japanese2/data/dictionary.db rename to yomi_base/japanese/data/dictionary.db diff --git a/yomi_base/japanese2/deinflect.py b/yomi_base/japanese/deinflect.py similarity index 100% rename from yomi_base/japanese2/deinflect.py rename to yomi_base/japanese/deinflect.py diff --git a/yomi_base/japanese2/dictionary.py b/yomi_base/japanese/dictionary.py similarity index 100% rename from yomi_base/japanese2/dictionary.py rename to yomi_base/japanese/dictionary.py diff --git a/yomi_base/japanese2/translate.py b/yomi_base/japanese/translate.py similarity index 100% rename from yomi_base/japanese2/translate.py rename to yomi_base/japanese/translate.py