You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
541 B
YAML
34 lines
541 B
YAML
name: 日本語
|
|
en_name: English
|
|
iso_code: en_US
|
|
plural_count: 2
|
|
plural_expr: n!=1
|
|
cases: [foo, bar, asd]
|
|
genders: [m, f, n]
|
|
decimal_sep: '.'
|
|
digit_sep: ','
|
|
macros:
|
|
foo: def#a
|
|
|
|
---
|
|
|
|
menu:
|
|
new_game: New Game
|
|
load: Load
|
|
exit: Exit
|
|
test:
|
|
fmt: Delete $INT file${0:P "" s}?
|
|
gender: !gender
|
|
gender: f
|
|
value: femalely
|
|
foo: !cases
|
|
default: No Case
|
|
foo: Foo Case
|
|
bar: Bar Case
|
|
macro: Test ${foo bar}
|
|
types: $INT $STRING ${FLOAT:g}
|
|
|
|
get_foo: ${STRING.foo}
|
|
get_asd: ${STRING.asd}
|
|
gender_format: ${G a b c d}
|