-
Notifications
You must be signed in to change notification settings - Fork 856
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-scrolling-on-discover-page
- Loading branch information
Showing
19 changed files
with
1,645 additions
and
1,433 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ import bg from "@/assets/locales/bg.json"; | |
import bn from "@/assets/locales/bn.json"; | ||
import ca from "@/assets/locales/ca.json"; | ||
import caVl from "@/assets/locales/[email protected]"; | ||
import cat from "@/assets/locales/cat.json"; | ||
import cs from "@/assets/locales/cs.json"; | ||
import de from "@/assets/locales/de.json"; | ||
import el from "@/assets/locales/el.json"; | ||
|
@@ -21,6 +20,7 @@ import id from "@/assets/locales/id.json"; | |
import is from "@/assets/locales/is-IS.json"; | ||
import it from "@/assets/locales/it.json"; | ||
import ja from "@/assets/locales/ja.json"; | ||
import kitty from "@/assets/locales/kitty.json"; | ||
import ko from "@/assets/locales/ko.json"; | ||
import lv from "@/assets/locales/lv.json"; | ||
import minion from "@/assets/locales/minion.json"; | ||
|
@@ -62,7 +62,7 @@ export const locales = { | |
he, | ||
sv, | ||
pirate, | ||
cat, | ||
kitty, | ||
uwu, | ||
minion, | ||
lv, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -368,14 +368,17 @@ | |
"customChoice": "Drop or upload file", | ||
"customizeLabel": "Customize", | ||
"offChoice": "Off", | ||
"OpenSubtitlesChoice": "OpenSubtitles", | ||
"settings": { | ||
"backlink": "Custom subtitles", | ||
"delay": "Subtitle delay", | ||
"fixCapitals": "Fix capitalization" | ||
}, | ||
"title": "Subtitles", | ||
"unknownLanguage": "Unknown", | ||
"dropSubtitleFile": "Drop subtitle file here! >_<" | ||
"dropSubtitleFile": "Drop subtitle file here! >_<", | ||
"scrapeButton": "Scrape subtitles", | ||
"empty": "There are no provided subtitles for this." | ||
} | ||
}, | ||
"metadata": { | ||
|
@@ -474,7 +477,7 @@ | |
}, | ||
"screens": { | ||
"dmca": { | ||
"text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: <bold>[email protected]</bold> below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.", | ||
"text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: <bold>{{dmca}}</bold> below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.", | ||
"title": "DMCA :(" | ||
}, | ||
"loadingApp": "Loading application", | ||
|
Oops, something went wrong.