Recent

Author Topic: Which characters should be escaped  (Read 8485 times)

nikel

  • Full Member
  • ***
  • Posts: 186
Which characters should be escaped
« on: September 22, 2018, 10:48:21 am »
I wonder which characters should be escaped, for example how can I escape single quote?

Also I'd like to know if I can syncronize my translation, or do I have to upload each time I update it?

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: Which characters should be escaped
« Reply #1 on: September 22, 2018, 01:57:39 pm »
Please, develop more your ideas. They are too short.

I wonder which characters should be escaped, for example how can I escape single quote?
One possible solution:
Code: Pascal  [Select][+][-]
  1. procedure TForm1.Button1Click(Sender: TObject);
  2. begin
  3.   ShowMessage('That''s my house.');
  4. end;

Quote
Also I'd like to know if I can syncronize my translation, or do I have to upload each time I update it?
Translations are updated when your application is loaded or when the application changes its default language:
http://wiki.lazarus.freepascal.org/Step-by-step_instructions_for_creating_multi-language_applications

nikel

  • Full Member
  • ***
  • Posts: 186
Re: Which characters should be escaped
« Reply #2 on: September 22, 2018, 09:24:24 pm »
No, I could't explain it correctly. I'm editing fuzzy Tuskish translation file. In poedit, do I have to I escape characters like ' " / \ & $ #



 

TinyPortal © 2005-2018