Skip to content
Snippets Groups Projects
Commit aa929f4e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove an unused function

parent b943a24c
No related branches found
No related tags found
1 merge request!67Create a new i18next instance for every web component
...@@ -8,13 +8,3 @@ const i18n = createInstance({en: en, de: de}, 'de', 'en'); ...@@ -8,13 +8,3 @@ const i18n = createInstance({en: en, de: de}, 'de', 'en');
export function createI18nInstance () { export function createI18nInstance () {
return i18n.cloneInstance(); return i18n.cloneInstance();
} }
/**
* Dummy function to mark strings as i18next keys for i18next-scanner
*
* @param {string} key
* @returns {string} The key param as is
*/
export function i18nKey(key) {
return key;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment