aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/en.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-20 23:10:52 -0800
committerFuwn <[email protected]>2024-01-20 23:10:52 -0800
commitd5ce12edb3822ae0f354a7a77f33f43fa16b205d (patch)
treeefe175362887f0b0bf4021ec4abe20db81449ae5 /src/lib/Locale/en.json
parentfeat(locale): settings framework localisation (diff)
downloaddue.moe-d5ce12edb3822ae0f354a7a77f33f43fa16b205d.tar.xz
due.moe-d5ce12edb3822ae0f354a7a77f33f43fa16b205d.zip
refactor(locale): typed locales
Diffstat (limited to 'src/lib/Locale/en.json')
-rw-r--r--src/lib/Locale/en.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/src/lib/Locale/en.json b/src/lib/Locale/en.json
deleted file mode 100644
index c9508c8d..00000000
--- a/src/lib/Locale/en.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "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"
- },
- "settings": {
- "tooltips": {
- "author": "Author of due.moe"
- },
- "rss_feeds": {
- "title": "RSS Feeds",
- "buttons": {
- "copy_to_clipboard": "Copy to clipboard"
- },
- "tooltips": {
- "rss": "Web feed data format"
- }
- },
- "display": {
- "title": "Display",
- "categories": {
- "media": "Media",
- "date_and_time": "Date & Time",
- "motion_and_accessibility": "Motion & Accessibility",
- "collapse_panels_by_default": "Collapse panels by default",
- "hide_panels": "Hide panels",
- "include_additional_media": "Include additional media"
- },
- "tooltips": {
- "beta": "Beta"
- }
- },
- "debug": {
- "title": "Debug",
- "tooltips": {
- "version": "Current due.moe version hash"
- }
- },
- "calculation": {
- "title": "Calculation"
- },
- "cache": {
- "title": "Cache"
- },
- "attributions": {
- "title": "Attributions"
- },
- "media": {
- "anime": "Anime",
- "manga": "Manga",
- "upcoming_anime": "Upcoming anime",
- "paused_media": "Paused media",
- "unresolved_media": "Unresolved media",
- "planned_anime": "Planned anime"
- },
- "languages": {
- "english": "English",
- "japanese": "Japanese"
- }
- }
-}