mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
private internal impl
This commit is contained in:
@@ -9,7 +9,7 @@ import assert from 'node:assert';
|
||||
* @since 3.4.0
|
||||
* @internal
|
||||
*/
|
||||
export class ShrimpleLocalizer implements Init {
|
||||
class ShrimpleLocalizer implements Init {
|
||||
private __localization!: LocalsProvider;
|
||||
constructor(){}
|
||||
currentLocale: string = "en-US";
|
||||
|
||||
Reference in New Issue
Block a user