Mae pob ffeil yn defnyddio'r confensiwn enwi Name.<sourceLocale>.<ext>.
.resx
Dysgu mwy Ffeiliau adnoddau .NET wedi'u seilio ar XML. Cyfieithu testun mewnol pob nod <data><value>, gan gadw sylwadau a metadata.
<?xml version="1.0" encoding="utf-8"?><root> <data name="Greeting" xml:space="preserve"> <value>Hello, world!</value> <comment>Shown on the home page</comment> </data> <data name="Goodbye" xml:space="preserve"> <value>See you later</value> </data></root>.xliff
Dysgu mwy Dogfennau OASIS XLIFF 2.0. Cyfieithu pob <source> ac ysgrifennu'r canlyniad i'r <target> cyfatebol, gan osod trgLang ar gyfer y locale.
<?xml version="1.0" encoding="utf-8"?><xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en"> <file id="ui"> <unit id="greeting"> <segment> <source>Hello, world!</source> </segment> </unit> </file></xliff>.po
Dysgu mwy GNU gettext Ffeiliau Gwrthrychau Cludadwy. Cyfieithu pob msgid / msgid_plural i ffurfiau msgstr / msgstr[n].
msgid ""msgstr """Content-Type: text/plain; charset=UTF-8\n"
msgid "Hello, world!"msgstr ""
msgid "%d apple"msgid_plural "%d apples"msgstr[0] ""msgstr[1] "".json
Dysgu mwy Ffeiliau JSON mympwyol. Mae gwrthrychau nythu yn cael eu gwastad gyda'r amffinydd [--] ar gyfer cyfieithu, yna eu hail-nythu ar yr allbwn. Mae allweddi dotiog ("unit.dotted.key") yn cael eu cadw ar lafar.
{ "app": { "title": "Resource Translator", "tagline": "Localize your repo on every commit" }, "buttons": { "save": "Save", "cancel": "Cancel" }}.ini
Dysgu mwy Ffeiliau key=value syml (INI arddull Win32 neu unrhyw ffurfweddiad gwastad). Mae penawdau a sylwadau adran yn cael eu cadw.
# Display strings[ui]greeting=Hello, world!goodbye=See you later
[errors]not_found=The resource you requested was not found..restext
Dysgu mwy Adnoddau testun Microsoft MUI - parau key=value gwastad a ddefnyddir fel cydymaith testun i .resx.
Greeting=Hello, world!Goodbye=See you laterNotFound=The resource you requested was not found.Gwarantau taith gron
Mae'r gyfres brawf yn gwirio rownd-trip beit-am-beit ar gyfer gosodiadau cynrychioliadol o bob fformat. Os yw quirk fformat yn torri rownd-tripping yn eich codebase, Agor mater gyda sampl lleiaf.