use MessageFormatter for formatting message with gender

This commit is contained in:
2021-06-07 14:25:15 +02:00
parent 3e57ff3ffa
commit 7933aaed1c
2 changed files with 6 additions and 178 deletions

View File

@@ -0,0 +1,6 @@
Born the date: >-
{gender, select,
man {Né le {birthdate}}
woman {Née le {birthdate}}
other {Né·e le {birthdate}}
}