Re: [Github-comments] [geany/geany] Grammar "and the end of lines" -> "at the end of lines" (#1307)

2016-12-06 Thread Colomban Wendling
> The `.po` files are generated files, the messages are created from the code 
> (and a few other places) mechanically.  Editing the message strings of the 
> `.po` file will just get overwritten.

Not exactly, as the OP properly modified `msgstr` (the translation), not 
`msgid` (the source string).

However, the issue appears to be in the source string too, so should be fixed 
there indeed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1307#issuecomment-261192460

Re: [Github-comments] [geany/geany] Grammar "and the end of lines" -> "at the end of lines" (#1307)

2016-12-06 Thread Frank Lanitz
Taking over. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1307#issuecomment-261193453

Re: [Github-comments] [geany/geany] Grammar "and the end of lines" -> "at the end of lines" (#1307)

2016-12-06 Thread elextr
The `.po` files are generated files, the messages are created from the code 
(and a few other places) mechanically.  Editing the message strings of the 
`.po` file will just get overwritten.

As the comment above says it comes from `geany.glade.h` which is itself a 
generated file from `geany.glade` which is edited by the glade UI editor.  So 
thats where it has to be edited.  Note that as stated in the `HACKING` file you 
have to use Glade 3.8.5.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1307#issuecomment-261157814