A Discord.js-powered Discord client framework
				
			This is the localization module for Discord-Samba. It provides a system for defining and loading string resources for desired languages. See the Guides section for more information.
Installation
The latest stable release of the module will always be available via the @latest tag on NPM:
npm install @discord-samba/localization@latest
Dev builds are published automatically after every commit to the main branch and are available
via the @dev tag on NPM.
npm install @discord-samba/localization@dev