i18n interests, allow for fallbacks (#2692)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function capitalize(str: string) {
|
||||
return str.charAt(0).toUpperCase() + str.slice(1)
|
||||
}
|
||||
Reference in New Issue
Block a user