Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
234c27173e2f693570a6f9799f9eef2c4a5c8b44
/
.
/
lib
/
xos-genx
/
xosgenx
/
targets
/
plurals.xtarget
blob: 9cdd6c6eab0d7f26b0ac57db7ea77c9a41222687 [
file
] [
log
] [
blame
]
Sapan Bhatia
7886e12
2017-05-17 11:19:39 +0200
[
diff
] [
blame
]
1
{%
for
m
in
proto
.
messages
%}
2
Model
{{
m
.
name
}}:
3
{%
for
f
in
m
.
fields
-%}
4
The
plural of
{{
f
.
name
}}
is
{{
xproto_pluralize
(
f
)
}}.
5
{%
endfor
%}
6
{%-
endfor
%}