source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/plural_rules/ja.py

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
5nplurals=1  # Japanese language has ONE form!
6
7# Always returns 0:
8get_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.