Skip to content

Commit 7505cab

Browse files
committed
Add other to plural keys
1 parent 1d015f1 commit 7505cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

i18n/resource_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
loaders = {}
88

9-
PLURALS = ["zero", "one", "few", "many"]
9+
PLURALS = ["zero", "one", "few", "many", "other"]
1010

1111

1212
def register_loader(loader_class, supported_extensions):

0 commit comments

Comments
 (0)