在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):camposantogames/firewatch_localization开源软件地址(OpenSource Url):https://github.com/camposantogames/firewatch_localization开源编程语言(OpenSource Language):Perl 100.0%开源软件介绍(OpenSource Introduction):Firewatch Community LocalizationHello! This is Patrick from Campo Santo. At present, Firewatch has been professionally translated in five languages: Spanish, French, Russian, German and Simplified Chinese. We love seeing non-english speakers play our game, but as a small team we have limited resources and aren't able to localize it for everyone. That's why we've posted our full text-string database here: localization by and for fans. If you love Firewatch and want to make it more accessible to others, feel free to download the data, test it out, and contribute your translations back to this repository for others to download and use. Firewatch is currently subtitled in English and Russian on Steam. Our professional localizations in German, Spanish, French and Simplified Chinese are coming soon for Steam and PS4. We'll update this README as this patch arrives, as well as if we add any more official localizations. Worth noting: a community-run Firewatch project has also sprung up on Transifex, using the data found here. We are sharing the in-progress translations fans have worked on in this site in this repo, as well. If you're interested in contributing, take a look! Huge thanks go out to @ner0 for organizing this effort. Important note: at present, Firewatch's included fonts and layouts do not support characters outside the ISO Latin-1 set and the basic Cyrillic set. We apologize for this limitation and hope that we will be able to add further support at some point. All English game content provided here is Copyright 2016, Campo Santo. All rights reserved. Where to find the dataHere on our Github page, under the The Zip file contains everything you need and is the simpletst for most people. Git is somewhat complicated to learn, but makes it possible to track your changes and merge in updated versions of our English source strings. If you're serious about doing a full fan loc, we recommend making a Github account and learning how to pull down a git repo. Project organizationEach language is in its own top-level directory, named by the language code. We include two languages for you to base yours off of: At the top level of the project, open the file Also note the file Now open the Playing Firewatch with fan localizationsFirst, find your Ubuntu: Mac: Windows: Download this repo onto your computer. Then, copy the contents of all of the localization folders into the path above. Not the folders themselves, just the contents. When you're done, all of the language files, plus the Start Firewatch and you should now see a language dropdown with all these new language options included. JSON syntaxEach file is structued as a "JSON Object", which is a series of key:value pairs. These pairs have the original English string on the left and the localized string on the right, with a ":" or "colon" in between. Each pair will be on its own line, and lines are separated with a comma. For example, here is a very short example file, selected from {
"Couldn't handle your charms?": "Çóùldñ't häñdlë ÿóùr çhärms?¿?",
"Not many can.": "Ñót máñÿ çáñ.",
"Unsurprising.": "Üñsúrprîsîñg.",
"Huh.": "Hùh."
} We have an English string on the left, and then our fake "Mëtal" language string on the right. The strings are enclosed in "straight quotes" and separated by a colon, and at the end of each line except for the last one, we have a comma. Also notice that the entire file is enclosed in curly braces, starting with The entire file must be valid JSON in order to work in the game. There are great online tools available for validating / formatting your JSON. Here is one you can cut and paste your text into to test it: https://jsonformatter.curiousconcept.com The example above is very simple and doesn't include some issues you will encounter, like the need to escape newlines and other special characters within your strings. If you have any questions don't hesitate to open a Github issue for help. There's more info on JSON format here: http://www.w3schools.com/json/json_syntax.asp Also, remember to save your file as UTF-8 so that non-western characters will be displayed properly. Creating your own localizationYour localization should have a unique file extension at the end of every file. Country codes work great for this—for example To test your localization locally, first make sure that every file in it is valid JSON (see the section on JSON syntax). Then, add a new line to the Before you test your own, let's first test Mëtal, our psuedolanguage we at Campo Santo use to test loc. Copy all of the files inside of the Now try doing the same with your own localization. Make sure When Firewatch can't find a localized version of a string in the selected language, it will always fall back to English and display that. If you're seeing English strings which you think you've translated, several things might be wrong. Before you open a Github issue and write to us, first test that same string, in game, in Mëtal. If it works in that localization, but not in your own, something is wrong with your files! Some things to check for: filename typos, missing strings, unclosed or unescaped quotation marks, or other issues that would invalidate your JSON. If you're still stuck, try opening a Github issue so that we or another member of the localization community can help. Contributing back to the communityYou may find in-progress localizations to contribute to over at Transifex. This is a community-run project (unaffiliated with Campo Santo) but it's the most active fan localization community at present. If you have a complete localization of your own you'd like to share, contribute it back to this repository so others can benefit from it. To do so, the best way is to fork the repo and send us a pull request: https://help.github.com/articles/fork-a-repo/ If this is too complicated, no worries! I'm happy to help. Just create a new archive or zipfile of your project structure and email [email protected]. I'll add your work (with proper credit) to this repository so others can find it more easily. LicensingAll English text content provided in this repository is Copyright 2016, Campo Santo, all rights reserved. However, you are permitted a use these strings as a reference for creating a "community localization", meaning a complete, line-for-line translation of the English text to another language, as specified below. Community localization licensingWe ask that, in creating a localization, you contribute it back to the community. If you do so, we ask that you send a copy to us (see below) and release it with the following license text included in the repository: All Firewatch community-contributed localizations are licensed under the Creative Commons "BY-NC 4.0" License, visible here: http://creativecommons.org/licenses/by-nc/4.0/ Others players are free to access, play, and remix your localization strings so long as they, too, contribute them back to this repository free of charge. In this way, people will be able to improve upon the work of others and offer the widest variety of high-quality translations of this game. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论