Created
October 10, 2019 10:29
-
-
Save CharlieGreenman/5187538b99987e36f6b9c84486f2cf4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<trans-unit id="f99f34ac9bd4606345071bd813858dec29f3b7d1" datatype="html"> | |
<source>The author is <x id="ICU" equiv-text="{gender, select, male {...} female {...} other {...}}"/></source> | |
<target>L'auteur est <x id="ICU" equiv-text="{gender, select, male {...} female {...} other {...}}"/></target> | |
</trans-unit> | |
<trans-unit id="eff74b75ab7364b6fa888f1cbfae901aaaf02295" datatype="html"> | |
<source>{VAR_SELECT, select, male {male} female {female} other {other} }</source> | |
<target>{VAR_SELECT, select, male {un homme} female {une femme} other {autre} }</target> | |
</trans-unit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment