Sync Mon Sep 18 14:00:09 UTC 2023

This commit is contained in:
bouncepaw
2023-09-18 14:00:09 +00:00
parent f1285d5b68
commit 2a36fdbb4b
4 changed files with 36 additions and 6 deletions
-3
View File
@@ -1,3 +0,0 @@
= 559
https://links.bouncepaw.com/#ZgotmplZ
+18
View File
@@ -0,0 +1,18 @@
= 623
https://projectfluent.org/
```
# 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
}.
```
-3
View File
@@ -1,3 +0,0 @@
= Notes on e-mail privacy
https://links.bouncepaw.com/#ZgotmplZ
+18
View File
@@ -0,0 +1,18 @@
= Project Fluent
https://projectfluent.org/
```
# 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
}.
```