Izo nyandiko zose zikoresha Name.<sourceLocale>.<ext> yo kwita izina.
.resx
Menya vyinshi XML-based .NET resource files. Translates the inner text of each <data><value> node, keeping comments and 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
Menya vyinshi OASIS XLIFF 2.0 documents. Hindura <source> yose hanyuma wandike ivyavuyemwo mu <target> bihuye n'ivyo, ugashiraho trgLang y'akarere.
<?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
Menya vyinshi GNU gettext Portable Object files. Translates each msgid / msgid_plural into msgstr / msgstr[n] forms.
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
Menya vyinshi Arbitrary JSON files. Ibiharuro vy'ibihimba vy'irondoka bihindurwa n'inyuguti ya [--] kugira ngo bihindurwe, hanyuma bisubire guhindurwa. Imfunguzo z'amadolari ("unit.dotted.key") zibikwa mu mvugo.
{ "app": { "title": "Resource Translator", "tagline": "Localize your repo on every commit" }, "buttons": { "save": "Save", "cancel": "Cancel" }}.ini
Menya vyinshi Simple key=value files (Win32-style INI or any flat config). Umutwe w'ibice hamwe n'ivyiyumviro vyagumye.
# Display strings[ui]greeting=Hello, world!goodbye=See you later
[errors]not_found=The resource you requested was not found..restext
Menya vyinshi Microsoft MUI text resources — flat key=value pairs used as a textual companion to .resx.
Greeting=Hello, world!Goodbye=See you laterNotFound=The resource you requested was not found.Garanties z'urugendo rwo kuzunguruka
The test suite verifies byte-for-byte round-tripping for representative fixtures of every format. If a format quirk breaks round-tripping in your codebase, please Kwugurura ikibazo with a minimal sample.