Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n-2 upd #130

Open
serebriakov19 opened this issue May 16, 2022 · 0 comments
Open

i18n-2 upd #130

serebriakov19 opened this issue May 16, 2022 · 0 comments

Comments

@serebriakov19
Copy link

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/i18n-2/i18n.js b/node_modules/i18n-2/i18n.js
index dda2fab..943d24c 100644
--- a/node_modules/i18n-2/i18n.js
+++ b/node_modules/i18n-2/i18n.js
@@ -456,6 +456,14 @@ i18n.prototype = {
 		return path.normalize(this.directory + '/' + locale + this.extension);
 	},
 
+	appendLocale: function (locale, data) {
+		this.locales[locale] = {...this.locales[locale], data}
+	},
+
+	getLocales: function () {
+		return this.locales
+	},
+
 	initLocale: function (locale, data) {
 		if (!this.locales[locale]) {
 			this.locales[locale] = data;

This issue body was partially generated by patch-package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant