main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
406 bytes
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | # -*- coding: utf8 -*- |
---|
3 | # Plural-Forms for ja (Japanese) |
---|
4 | |
---|
5 | nplurals=1 # Japanese language has ONE form! |
---|
6 | |
---|
7 | # Always returns 0: |
---|
8 | get_plural_id = lambda n: 0 |
---|
9 | |
---|
10 | # Construct and return plural form of *word* using |
---|
11 | # *plural_id* (which ALWAYS>0). This function will be executed |
---|
12 | # for words (or phrases) not found in plural_dict dictionary |
---|
13 | # construct_plural_form = lambda word, plural_id: word |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.