@saooti/octopus-sdk 30.0.73 → 30.0.74
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.
- package/README.md +2 -1
- package/package.json +1 -1
- package/src/locale/de.ts +1 -1
package/README.md
CHANGED
|
@@ -569,4 +569,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
569
569
|
* 30.0.70 Améliorations 30
|
|
570
570
|
* 30.0.71 Parlement européen
|
|
571
571
|
* 30.0.72 Ajout des traductions
|
|
572
|
-
* 30.0.73 Ajout classe css
|
|
572
|
+
* 30.0.73 Ajout classe css
|
|
573
|
+
* 30.0.74 Error locales en allemand (je sens que ça va être fun cette histoire)
|
package/package.json
CHANGED
package/src/locale/de.ts
CHANGED
|
@@ -41,7 +41,7 @@ export default{
|
|
|
41
41
|
Cancel: "Abbrechen",
|
|
42
42
|
'Most popular': "Beliebteste",
|
|
43
43
|
'Last added': "Neueste",
|
|
44
|
-
'All podcast button': 'Alle Podcasts von "{
|
|
44
|
+
'All podcast button': 'Alle Podcasts von "{name}"',
|
|
45
45
|
'Podcast search': "Podcasts durchsuchen",
|
|
46
46
|
'No podcast match your query':
|
|
47
47
|
"Kein Podcast entspricht Ihrer Suchanfrage.",
|