gopher79 Posted September 11, 2020 Posted September 11, 2020 Hi. Whats's the problem? Anybody can help for me? https://imgur.com/a/9TfG7Wn function get(type, string, lang) { const result = i18n[type][string]; if (!result[lang]) return result.eng; return result[lang]; } module.exports.get = get;
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now