Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Übersetzung im Astronaut Complex nicht #35

Open
AllanScheSar opened this issue Oct 15, 2017 · 8 comments
Open

Übersetzung im Astronaut Complex nicht #35

AllanScheSar opened this issue Oct 15, 2017 · 8 comments

Comments

@AllanScheSar
Copy link

Wie im Screenshot zu sehen, wir die Übersetzung nicht ausgeführt. Warum?
astronaut complex

@AllanScheSar
Copy link
Author

AllanScheSar commented Oct 15, 2017

Bitte schau dir auch folgende Übersetzung an:
astronaut complex1

SQUAD schreibt es in der dictionary so:
grafik

@StollD
Copy link
Member

StollD commented Oct 15, 2017

Also next hire müsste sowas in der Art sein:

TRANSLATION
{
    text = <color=([^>]*)>Next Hire: ([^<]*)</color>
    translation = <color=@1>Nächste Einstellung: @2</color>
}

Aber ich habe keine Ahnung was bei der ersten Übersetzung nicht stimmt

@StollD
Copy link
Member

StollD commented Oct 15, 2017

Ich revidiere mich: Ich habs rausgefunden: In Spacecenter.cfg, auf Zeile 1123 findet sich das hier

TRANSLATION
{
    text = Active Kerbals: (\d*) \[Max: 5]
    translation = Aktive Kerbal: @1 [max. 5}]
}

Man beachte bitte die geschweifte Klammer hinter der 5. Die sorgt nähmlich dafür, dass die TRANSLATION node genau da geschlossen wird. Die Klammer die dann eigentlich die TRANSLATION node zumachen soll, macht dann die LANGUAGEPATCHES node zu, und somit wird alles was dahinter steht vom Framework ignoriert.

@AllanScheSar
Copy link
Author

🤦‍ Danke Thomas. Ich habe es nicht gesehen.
Das bedeutet, wir haben bestimmt zu viel oder jetzt doppelt übersetzt. :(

@AllanScheSar
Copy link
Author

Okay das Problem habe ich aus der Spacecenter.cfg herausgenommen mit der geschweiften Klammer. Aber es funktioniert dennoch nicht :(
Schaust du bitte noch mal drüber @StollD

@StollD
Copy link
Member

StollD commented Oct 15, 2017

Kannst du deine Änderung hochladen?

@AllanScheSar
Copy link
Author

schon geschehen.

@StollD
Copy link
Member

StollD commented Oct 15, 2017

Sollte jetzt funktionieren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants