spoko-design-system 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +0,0 @@
1
- /** @type {import('astro-i18next').AstroI18nextConfig} */
2
- export default {
3
- defaultLocale: "en",
4
- locales: ["en", "pl"],
5
- i18next: {
6
- // debug is convenient during development to check for missing keys
7
- debug: true,
8
- initImmediate: false,
9
- // backend: {
10
- // loadPath: './src/locales/{{lng}}.yml',
11
- // },
12
- detection: {}, // Default detection settings
13
- },
14
- i18nextPlugins: {
15
- fsBackend: 'i18next-fs-backend',
16
- LanguageDetector: 'i18next-browser-languagedetector',
17
- },
18
- };
@@ -1,11 +0,0 @@
1
- import type { AstroI18nextConfig } from "astro-i18next";
2
-
3
- const config: AstroI18nextConfig = {
4
- defaultLocale: "en",
5
- locales: ["en", "pl"],
6
- i18nextServer: {
7
- debug: true,
8
- },
9
- };
10
-
11
- export default config;
@@ -1,13 +0,0 @@
1
- {
2
- "part": {
3
- "for-lhd": "For LHD cars (left-hand drive)",
4
- "for-rhd": "For RHD cars (right-hand drive)",
5
- "sw-position":"Steering wheel position"
6
- },
7
- "copied": "Copied",
8
- "copy": "Copy product code",
9
- "date": {
10
- "published": "Published",
11
- "updated": "Updated"
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- {
2
- "part": {
3
- "for-lhd": "Do pojazdów LHD (z kierownicą z lewej strony)",
4
- "for-rhd": "Do pojazdów RHD (z kierownicą z prawej strony)",
5
- "sw-position":"Pozycja kierownicy"
6
- },
7
- "copied": "Skopiowano",
8
- "copy": "Skopiuj numer produktu",
9
- "date": {
10
- "published": "Opublikowano",
11
- "updated": "Zaktualizowano"
12
- }
13
- }