@identitybuilding/idb-react-translations 0.4.107 → 0.4.109
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/translations/General.js +10 -0
- package/package.json +1 -1
|
@@ -805,6 +805,16 @@ var General = {
|
|
|
805
805
|
nl: 'Publicaties',
|
|
806
806
|
fr: "Publications",
|
|
807
807
|
en: 'Publications'
|
|
808
|
+
},
|
|
809
|
+
preferred_language: {
|
|
810
|
+
nl: 'Taalvoorkeur',
|
|
811
|
+
fr: 'Préférence de langue',
|
|
812
|
+
en: 'Preferred language'
|
|
813
|
+
},
|
|
814
|
+
email_or_username: {
|
|
815
|
+
nl: 'E-mailadres of gebruikersnaam',
|
|
816
|
+
fr: "E-mail ou nom d'utilisateur",
|
|
817
|
+
en: 'E-mail or username'
|
|
808
818
|
}
|
|
809
819
|
};
|
|
810
820
|
var _default = General;
|
package/package.json
CHANGED