-
Notifications
You must be signed in to change notification settings - Fork 177
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
addstring.py, tool to add new string to language file in easy way #2687
base: master
Are you sure you want to change the base?
Conversation
…lang.templ.m4. This change makes it easier for newbies to decide. For any dialog displayed it prints to stderr id string of last message used for dialog creation. You can add your strings for this dialog just after that one.
- now messages logging code is built in Debug builds only - added some checks
better do it without that changes in main sources, why needed them? |
But how? |
Я про изменения в С++ коде, я если честно не понял зачем они. Питоновский скрипт (кстати почему их два одинаковых?) же делает чтото типа этого?:
|
Прочитал невнимательно. Да, он вставляет строчки в конец файла переводов, чтоб не копипастить кучу раз русский и английский. А изменения в cpp — чтоб легко искать, где начинаются и кончаются в коде строчки, относящиеся к конкретному диалогу, чтобы сразу переносить добавленное в логичное место. |
No description provided.