BlueMap/BlueMapCommon/webapp
Xandar-YT ffe78e166e
Added the Serbian language (Latin and Cyrillic) (#554)
* Added Serbian (Latin)

* Added Serbian (Latin) [2]

* Fixed a mistake in Serbian (Latin)

* Fixed a mistake in Serbian (Latin)

* Fixed a mistake in Serbian (Latin)

* Added Serbian (Cyrillic)

(Another script the Serbian language is written in, besides Latin)

* Added Serbian (Latin) and Serbian (Cyrillic)

The Serbian language uses two scripts, Latin and Cyrillic.

* Rename sr-cyrl.conf to sr_cyrl.conf

* Rename sr-latn.conf to sr_latn.conf

* Update settings.conf

---------

Co-authored-by: Lukas Rieger <TBlueF@users.noreply.github.com>
2024-06-13 22:13:59 +02:00
..
public Added the Serbian language (Latin and Cyrillic) (#554) 2024-06-13 22:13:59 +02:00
src Fix popups immideately closing again on mobile (Fixes #551) 2024-06-11 19:02:24 +02:00
.eslintrc.cjs Update webapp to Vue3 2022-12-19 21:54:30 +01:00
.gitignore Update webapp to Vue3 2022-12-19 21:54:30 +01:00
index.html Update webapp to Vue3 2022-12-19 21:54:30 +01:00
package-lock.json Update vite 2024-04-06 01:36:26 +02:00
package.json Update vite 2024-04-06 01:36:26 +02:00
README.md Update webapp to Vue3 2022-12-19 21:54:30 +01:00
vite.config.js revert accidentally committed vite config change 2023-06-18 23:52:41 +02:00

bluemap

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint