blob: 2e7ac8f1b3b1b0af5448b16556d722f70ceeb286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Simple things are simple.
hello-user = Hello, {$userName}!
# Complex things are possible.
shared-photos =
{$userName} {$photoCount ->
[one] added a new photo
*[other] added {$photoCount} new photos
} to {$userGender ->
[male] his stream
[female] her stream
*[other] their stream
}.
|