Catalan Language Support
Always the latest versions: [ colors.xml | ui.xml ]
Read the Getting Started topic to learn how important it is to MERGE YOUR CHANGES every time you download a new dev preview.
Read the Getting Started topic to learn how important it is to MERGE YOUR CHANGES every time you download a new dev preview.
Here's the Spanish translation from Synthesia 10.3.4096:
language_es.xml
Just drop that in the Synthesia data folder, choose Spanish inside the app, and then each time you make changes to the file you can just File -> Save, and then close/open Synthesia to update it with the changes.
April-2020 EDIT: Removed the out-of-date language file. See the Community Translations topic for the always-latest version.
language_es.xml
Just drop that in the Synthesia data folder, choose Spanish inside the app, and then each time you make changes to the file you can just File -> Save, and then close/open Synthesia to update it with the changes.
April-2020 EDIT: Removed the out-of-date language file. See the Community Translations topic for the always-latest version.
Synthesia 10.3.4091
Well, before start to translate I try edit language_es.xml for to see changes in app but to me doesn't work. I try with "language_es.xml" (underscore line) and with "language-es.xml (hyphen line*) but nothing happen.
I copy language_es.xml and languages.xml to synthesia.exe folder (program files (x86)\synthesia) and copy too colors.xml and ui.xml. I try too change some values from ui.xml like font size but nothing happen in Synthesia when I close and open again.
Obviously, if I add this line:
I need something more for use this modding tools?
Thank you in advance.
*In this topic viewtopic.php?f=16&t=8170 the examples are with hyphen:
Well, before start to translate I try edit language_es.xml for to see changes in app but to me doesn't work. I try with "language_es.xml" (underscore line) and with "language-es.xml (hyphen line*) but nothing happen.
I copy language_es.xml and languages.xml to synthesia.exe folder (program files (x86)\synthesia) and copy too colors.xml and ui.xml. I try too change some values from ui.xml like font size but nothing happen in Synthesia when I close and open again.
Obviously, if I add this line:
to languages.xml and I rename (or duplicate) language_es.xml to language_ca.xml or language-ca.xml nothing happens.<language version="1" suffix="ca" code="ca-ES" display="Català" />
I need something more for use this modding tools?
Thank you in advance.
*In this topic viewtopic.php?f=16&t=8170 the examples are with hyphen:
Rename this file "language-[suffix].xml" using the suffix you picked above. (For French, the file should be named "language-fr.xml".)
Now, reading this post viewtopic.php?f=9&t=6474 I copy all .xml modding files to "C:\Users\user\AppData\Roaming\Synthesia" and all works fine!
But I can't see special characters, I try to change the first line from language_ca.xml:
to
But I can't see special characters, I try to change the first line from language_ca.xml:
<?xml version="1.0" encoding="utf-8"?>
to
but nothing, any suggest?<?xml version="1.0" encoding="unicode"?>
Hi, my name is Gregorio from Spain (Catalonia). Congratulations to all the team for the great work you are doing. I love your application.
I wanted to make an inquiry I have about adding the Catalan language to Synthesia. I have followed all the steps that I have seen, when opening the application I select the Catalan language and the following window appears with the following error:
Synthesia 10.6.5425 Error
Synthesia detected a problem and must close!
The 'language_ca' data file couldn't be loaded: Error parsing element atribute
If you contact support@synthesiagame.com we may be able to help.
Let's see if you can give me a little help to solve this problem. Thank you. Cheers!
I wanted to make an inquiry I have about adding the Catalan language to Synthesia. I have followed all the steps that I have seen, when opening the application I select the Catalan language and the following window appears with the following error:
Synthesia 10.6.5425 Error
Synthesia detected a problem and must close!
The 'language_ca' data file couldn't be loaded: Error parsing element atribute
If you contact support@synthesiagame.com we may be able to help.
Let's see if you can give me a little help to solve this problem. Thank you. Cheers!
Hello!, Would it be possible to get the ID of the text labels of the program that I show in the following images? The texts that interest me are underlined in red.My intention is to translate the missing texts into Catalan. Thank you very much to all
- Attachments
-
- 8.jpg (123.44 KiB) Viewed 39477 times
-
- 7.jpg (144.93 KiB) Viewed 39477 times
-
- 6.jpg (130.13 KiB) Viewed 39477 times
-
- 5.jpg (75.72 KiB) Viewed 39477 times
-
- 4.jpg (31.81 KiB) Viewed 39477 times
-
- 3.jpg (35.65 KiB) Viewed 39477 times
-
- 2.jpg (145.32 KiB) Viewed 39477 times
-
- 1.jpg (99.74 KiB) Viewed 39477 times
In case anyone is interested in the Catalan translation I have made, here are the attached files. To install them, just follow these steps:
1- Hold down the Shift key while starting the Synthesia application
2- Click on the Open Data Folder button
3- We copy the two attached files in the previous folder
4- Open Synthesia and change the language in the main window
Greetings to all !
1- Hold down the Shift key while starting the Synthesia application
2- Click on the Open Data Folder button
3- We copy the two attached files in the previous folder
4- Open Synthesia and change the language in the main window
Greetings to all !
- Attachments
-
- languages.xml
- (952 Bytes) Downloaded 368 times
-
- language_cat.xml
- Checked with version 10.6.5425 and 10.7.5491. Updated on 19-06-2020
- (42.83 KiB) Downloaded 380 times
Last edited by Gregor on 06-19-20 5:45 am, edited 18 times in total.
This is great work, thanks so much!
For things like "Microsoft GS Wavetable Synth" and "PianoMaestro", those actually come from the operating system and not Synthesia, so there isn't an easy way to translate them in advanced.
Have you been using the language files from the Community Translations topic? Those should have the newest language strings in them. The file attached to this topic (near the top) is from 2017 so it'll be missing lines and others will have changed since then.
For things like "Microsoft GS Wavetable Synth" and "PianoMaestro", those actually come from the operating system and not Synthesia, so there isn't an easy way to translate them in advanced.
Unfortunately, unless the device is rooted, this most-likely isn't possible. Sorry! It would be nice to add a feature in the future to allow easier debugging of the modding files on Android (and iPad).
You could use a simple Windows batch file, like this:
Alternatively, you could just edit the files right from that location in the first place.
Or were you hoping for a kind of deployment script that other users could use?
Code: Select all
@ECHO OFF
COPY languages.xml %APPDATA%\Synthesia\
COPY language_cat.xml %APPDATA%\Synthesia\
Or were you hoping for a kind of deployment script that other users could use?