We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62717e9 commit e13c6c4Copy full SHA for e13c6c4
integration-libs/s4om/assets/translations/qs/index.ts
@@ -0,0 +1,10 @@
1
+/*
2
+ * SPDX-FileCopyrightText: 2025 SAP Spartacus team <spartacus-team@sap.com>
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+import s4omScheduleLines from './s4omScheduleLines.json';
8
+export const qs = {
9
+ s4omScheduleLines,
10
+};
integration-libs/s4om/assets/translations/qs/s4omScheduleLines.json
@@ -0,0 +1,8 @@
+{
+ "s4omScheduleLines": {
+ "quantity": "- Množství",
+ "a11y": {
+ "scheduleLineEntryInfo": "{{ quantity }} množství bude dodáno do {{ date }}"
+ }
+}
0 commit comments