My i18n Rust library
Example
i18n!; //defaults to `i18n` if blank
The structure is the following :
└── *The name of your i18n folder*
└── en-US
└── *You can put as many JSON files as you want inside each language folder*
└── *Other languages*