Created
July 30, 2020 12:42
-
-
Save stevro/e7a067d449bccf3854818fa12bd9c0ab to your computer and use it in GitHub Desktop.
smekerie la js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var requireTrans = require.context('../public/js/translations', true, /\.json$/); | |
| requireTrans.keys().forEach(function(elem){ | |
| Translator.fromJSON(requireTrans(elem)); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment