desktop version supports rtl

This commit is contained in:
MaysWind
2025-08-18 00:45:26 +08:00
parent 4eff3a337f
commit c00770201b
57 changed files with 502 additions and 371 deletions
+2 -1
View File
@@ -72,7 +72,7 @@ import draggable from 'vuedraggable';
import router from '@/router/desktop.ts';
import { DecimalSeparator } from '@/core/numeral.ts';
import { getI18nOptions } from '@/locales/helpers.ts';
import { getI18nOptions, getRtlLocales } from '@/locales/helpers.ts';
import PinCodeInput from '@/components/common/PinCodeInput.vue';
import MapView from '@/components/common/MapView.vue';
@@ -433,6 +433,7 @@ const vuetify = createVuetify({
}
},
locale: {
rtl: getRtlLocales(),
adapter: ((i18nGlobal: Composer) => {
const instance: LocaleInstance = {
name: 'ezBookkeeping i18n',