SGK7019 Posted March 20, 2018 Report Share Posted March 20, 2018 Hello, I am creating a document for future reference, where I will include things I've helped people with, as far as text editing and translating goes. I have translated and reviewed a large portion of the game in the Greek language, so I would like to include that in my document. What link should I add, that will allow me to prove it was actually me and let whoever enters it see the text? Thank you in advance! 2 Quote Link to comment Share on other sites More sharing options...
Stan` Posted March 20, 2018 Report Share Posted March 20, 2018 @Itms Quote Link to comment Share on other sites More sharing options...
Itms Posted March 20, 2018 Report Share Posted March 20, 2018 I'm not really sure I understand the question. Every release, we update the list of translators in the game credits by parsing the first lines of the po files. Transifex adds the list of contributors to a specific resource in a specific language, as comments. Quote Link to comment Share on other sites More sharing options...
fcxSanya Posted March 20, 2018 Report Share Posted March 20, 2018 @SGK7019 you can link the aforementioned credits file , but note that: 1. the link may change if the file would be moved / renamed inside the repo 2. this is json with unicode characters escaped as \uXXXX, so it's not very convenient to read as is Also you can link transifex pages: 1. Greek translation team: https://www.transifex.com/wildfire-games/teams/17418/el/ (or link to your profile, which lists the projects you are participating in) 2. the Greek translation itself: https://www.transifex.com/wildfire-games/0ad/language/el/ The project-related pages (unlike profile) require login to see (which is inconvenient if you are going to include them into your CV or something). 1 Quote Link to comment Share on other sites More sharing options...
SGK7019 Posted March 23, 2018 Author Report Share Posted March 23, 2018 Thank you very much, I think the json file will have to do. I read it and found that my name, and the other Greek translators' names, are under "LangName": "Deutsch". I assume it shows the language above, right? Quote Link to comment Share on other sites More sharing options...
fcxSanya Posted March 25, 2018 Report Share Posted March 25, 2018 On 23/03/2018 at 11:18 PM, SGK7019 said: I read it and found that my name, and the other Greek translators' names, are under "LangName": "Deutsch". I assume it shows the language above, right? It has the following structure: { "List": [ { "name": "<...>" }, <...> ], "LangName": "<...>" } Your name is listed for " \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac ", which is "Ελληνικά" (you can convert these characters using js snippet in your browser console or online converters, example: https://r12a.github.io/app-conversion/ ) 1 Quote Link to comment Share on other sites More sharing options...
SGK7019 Posted March 25, 2018 Author Report Share Posted March 25, 2018 Good to know, thank you very much once again! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.