@staffbase/plugins-client-sdk 3.0.0 → 3.0.3
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/dist/plugins-client-sdk.esm.js +7 -1
- package/dist/plugins-client-sdk.esm.js.map +1 -1
- package/dist/plugins-client-sdk.js +7 -1
- package/dist/plugins-client-sdk.js.map +1 -1
- package/dist/plugins-client-sdk.umd.js +7 -1
- package/dist/plugins-client-sdk.umd.js.map +1 -1
- package/dist/plugins-client-sdk.umd.min.js +2 -2
- package/dist/plugins-client-sdk.umd.min.js.map +1 -1
- package/package.json +8 -6
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @author Stefan Staude <stefan.staude@staffbase.com>
|
|
8
8
|
* @author Daniel Große <daniel.grosse@staffbase.com>
|
|
9
9
|
*
|
|
10
|
-
* @copyright
|
|
10
|
+
* @copyright 2025
|
|
11
11
|
* @license Apache-2.0
|
|
12
12
|
*/
|
|
13
13
|
|
|
@@ -496,6 +496,12 @@ var locales = {
|
|
|
496
496
|
name: 'English',
|
|
497
497
|
localizedName: 'English'
|
|
498
498
|
},
|
|
499
|
+
enGB: {
|
|
500
|
+
key: 'enGB',
|
|
501
|
+
locale: 'en_GB',
|
|
502
|
+
name: 'English (United Kingdom)',
|
|
503
|
+
localizedName: 'English (United Kingdom)'
|
|
504
|
+
},
|
|
499
505
|
es: {
|
|
500
506
|
key: 'es',
|
|
501
507
|
locale: 'es_ES',
|