-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
@kvarel Thanks for making changes that I suggested in #7532. This is a new pull request because you're making changes in a new branch Before you make a new commit, you also need to make some other changes too. When you made changes that I mentioned in my comment, you need to adjust line numbers since all line numbers that I mentioned are based on the previous version of the file. If you insert a line, then all line numbers larger than that line need to add one. |
"SAVE" : "Uložit", | ||
"SAVE_AS" : "Uložit jako\u2026", | ||
"SAVE_AND_OVERWRITE" : "Přepsat", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The block you're moving is two lines above the lines that I was referring to. So can you put back EXPERIMENTAL_BUILD
and DEVELOPMENT_BUILD
to where they were before, and then move the next two lines that should be here?
After that you move BUTTON_YES
and BUTTON_NO
to the end of this block. Once you're done, this block should look like below...
// Obecné označení - dialogy, tlačítka
"OK" : "OK",
"DONT_SAVE" : "Neukládat",
"SAVE" : "Uložit",
"SAVE_AS" : "Uložit jako\u2026",
"SAVE_AND_OVERWRITE" : "Přepsat",
"CANCEL" : "Zrušit",
"DELETE" : "Smazat",
"BUTTON_YES" : "Ano",
"BUTTON_NO" : "Ne",
@kvarel |
@RaymondLim I think in general @kvarel is just editing through the web interface, so we probably need to go ahead and do the fixups ourselves (that's what we've done in the past). |
Marking medium prioritiy since this is is a significant update. |
@njx @RaymondLim When working with the Croatian contribution, I learned how to do it through directly editing on github.com so I could instruct contributor what to do. I updated nls/README.md in pull request #7840 with the info, in case it helps here. |
Merging now so that I can fix it up the necessary changes. |
No description provided.