mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 16:48:30 +02:00
Revert to preserving editor state with fromJson due to state callbacks not being preserved
This commit is contained in:
@@ -5,7 +5,7 @@ export function pluralize(word: string, count: number): string {
|
||||
return `${word}s`;
|
||||
}
|
||||
|
||||
export function count(
|
||||
export function pluralizeCount(
|
||||
word: string,
|
||||
count: number,
|
||||
opt: { omitSingle?: boolean; noneWord?: string } = {},
|
||||
|
||||
Reference in New Issue
Block a user