@identitybuilding/idb-react-translations 0.5.56 → 0.5.58
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.
|
@@ -1135,6 +1135,11 @@ var General = {
|
|
|
1135
1135
|
nl: "Nieuwe lijst",
|
|
1136
1136
|
fr: "Nouvelle liste",
|
|
1137
1137
|
en: "New list"
|
|
1138
|
+
},
|
|
1139
|
+
exclusive_for_followers: {
|
|
1140
|
+
nl: "Exclusief voor volgers",
|
|
1141
|
+
fr: "Exclusivité pour adeptes",
|
|
1142
|
+
en: "Exclusive for followers"
|
|
1138
1143
|
}
|
|
1139
1144
|
};
|
|
1140
1145
|
var _default = General;
|
package/package.json
CHANGED