diff options
| author | Fuwn <[email protected]> | 2024-01-20 19:49:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-20 19:49:39 -0800 |
| commit | 32044db520a14ab574113f2c32254f3e153e6ce5 (patch) | |
| tree | cea21dd3b39556fc96d928a7a7154e16c859ba86 /src/lib/Locale/en.json | |
| parent | feat(badges): tooltip component (diff) | |
| download | due.moe-32044db520a14ab574113f2c32254f3e153e6ce5.tar.xz due.moe-32044db520a14ab574113f2c32254f3e153e6ce5.zip | |
refactor(locale): casing
Diffstat (limited to 'src/lib/Locale/en.json')
| -rw-r--r-- | src/lib/Locale/en.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/Locale/en.json b/src/lib/Locale/en.json new file mode 100644 index 00000000..f968a7d6 --- /dev/null +++ b/src/lib/Locale/en.json @@ -0,0 +1,13 @@ +{ + "navigation": { + "home": "Home", + "completed": "Completed", + "subtitle_schedule": "Subtitle Schedule", + "new_releases": "New Releases", + "tools": "Tools", + "settings": "Settings", + "profile": "Profile", + "log_in": "Log in with AniList", + "log_out": "Log out" + } +} |