diff --git a/aio/content/examples/i18n/src/locale/messages.fr.xlf b/aio/content/examples/i18n/src/locale/messages.fr.xlf index 464488a8c1..def433e0b0 100644 --- a/aio/content/examples/i18n/src/locale/messages.fr.xlf +++ b/aio/content/examples/i18n/src/locale/messages.fr.xlf @@ -16,7 +16,7 @@ An introduction header for this sample User welcome - + I don't output any element Je n'affiche aucun élément @@ -24,7 +24,7 @@ 10 - + Angular logo Logo d'Angular @@ -32,7 +32,7 @@ 16 - + Updated Mis à jour @@ -40,7 +40,7 @@ 21 - + {VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other { minutes ago} } {VAR_PLURAL, plural, =0 {à l'instant} =1 {il y a une minute} other {il y a minutes} } @@ -48,7 +48,7 @@ 21 - + The author is L'auteur est @@ -56,7 +56,7 @@ 27 - + {VAR_SELECT, select, male {male} female {female} other {other} } {VAR_SELECT, select, male {un homme} female {une femme} other {autre} } @@ -64,7 +64,7 @@ 27 - + Updated: Mis à jour: @@ -74,7 +74,7 @@ 31 - + {VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other { minutes ago by {VAR_SELECT, select, male {male} female {female} other {other} }} } {VAR_PLURAL, plural, =0 {à l'instant} =1 {il y a une minute} other {il y a minutes par {VAR_SELECT, select, male {un homme} female {une femme} other {autre} }} } diff --git a/aio/content/examples/i18n/src/locale/messages.xlf b/aio/content/examples/i18n/src/locale/messages.xlf index c4e45e5b87..626eb8e5a9 100644 --- a/aio/content/examples/i18n/src/locale/messages.xlf +++ b/aio/content/examples/i18n/src/locale/messages.xlf @@ -13,49 +13,49 @@ An introduction header for this sample User welcome - + I don't output any element app/app.component.ts 9 - + Angular logo app/app.component.ts 15 - + Updated app/app.component.ts 20 - + {VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other { minutes ago} } app/app.component.ts 20 - + The author is app/app.component.ts 26 - + {VAR_SELECT, select, male {male} female {female} other {other} } app/app.component.ts 26 - + Updated: @@ -63,7 +63,7 @@ 30 - + {VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other { minutes ago by {VAR_SELECT, select, male {male} female {female} other {other} }} } app/app.component.ts