mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
## Pull Request Description This adds a new home carousel better suited for mobile The old one is still available ## Checklist - [x] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? - [x] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort <INPUT_FILE>```? - [x] Check that any changes are related to the issue at hand. Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
41 lines
757 B
Text
41 lines
757 B
Text
{
|
|
"es": [
|
|
"nativeName",
|
|
"settingsHomeBannerTitle",
|
|
"settingsHomeBannerDescription",
|
|
"homeBannerBanner",
|
|
"homeBannerCarousel"
|
|
],
|
|
|
|
"fr": [
|
|
"nativeName",
|
|
"settingsHomeBannerTitle",
|
|
"settingsHomeBannerDescription",
|
|
"homeBannerBanner",
|
|
"homeBannerCarousel"
|
|
],
|
|
|
|
"ja": [
|
|
"nativeName",
|
|
"settingsHomeBannerTitle",
|
|
"settingsHomeBannerDescription",
|
|
"homeBannerBanner",
|
|
"homeBannerCarousel"
|
|
],
|
|
|
|
"nl": [
|
|
"nativeName",
|
|
"settingsHomeBannerTitle",
|
|
"settingsHomeBannerDescription",
|
|
"homeBannerBanner",
|
|
"homeBannerCarousel"
|
|
],
|
|
|
|
"zh": [
|
|
"nativeName",
|
|
"settingsHomeBannerTitle",
|
|
"settingsHomeBannerDescription",
|
|
"homeBannerBanner",
|
|
"homeBannerCarousel"
|
|
]
|
|
}
|