mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
Enable localization based on browser settings, add language selector (#925)
* Enable localization based on browser settings, add language selector * Add dialog for language selection
This commit is contained in:
parent
8f569509bf
commit
022cbd1616
5 changed files with 225 additions and 5 deletions
2
frontend/types/components.d.ts
vendored
2
frontend/types/components.d.ts
vendored
|
@ -15,6 +15,7 @@
|
|||
import DevDumpJson from "@/components/global/DevDumpJson.vue";
|
||||
import InputQuantity from "@/components/global/InputQuantity.vue";
|
||||
import ToggleState from "@/components/global/ToggleState.vue";
|
||||
import LanguageDialog from "~/components/global/LanguageDialog.vue";
|
||||
import AppButtonCopy from "@/components/global/AppButtonCopy.vue";
|
||||
import CrudTable from "@/components/global/CrudTable.vue";
|
||||
import InputColor from "@/components/global/InputColor.vue";
|
||||
|
@ -49,6 +50,7 @@ declare module "vue" {
|
|||
DevDumpJson: typeof DevDumpJson;
|
||||
InputQuantity: typeof InputQuantity;
|
||||
ToggleState: typeof ToggleState;
|
||||
LanguageDialog: typeof LanguageDialog;
|
||||
AppButtonCopy: typeof AppButtonCopy;
|
||||
CrudTable: typeof CrudTable;
|
||||
InputColor: typeof InputColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue