mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Add localization support (#333)
* Add updated i18n config and en locale
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const sentenceCase = (string: string) => {
|
||||
return string.charAt(0).toUpperCase() + string.slice(1);
|
||||
};
|
||||
Reference in New Issue
Block a user