mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove trailing commas in Translated
This commit is contained in:
parent
b08a0c0665
commit
d4c2bb34eb
2 changed files with 2 additions and 3 deletions
|
@ -80,7 +80,7 @@ Translated Strings
|
|||
|
||||
.. rst-class:: grammar-block
|
||||
|
||||
Translated = ( '_' '(' <string::ref:`QUOTED<Syntax QUOTED>`> ','? ')' ) | ( '\C_' '(' <context::ref:`QUOTED<Syntax QUOTED>`> ',' <string::ref:`QUOTED<Syntax QUOTED>`> ','? ')' )
|
||||
Translated = ( '_' '(' <string::ref:`QUOTED<Syntax QUOTED>`> ')' ) | ( '\C_' '(' <context::ref:`QUOTED<Syntax QUOTED>`> ',' <string::ref:`QUOTED<Syntax QUOTED>`> ')' )
|
||||
|
||||
|
||||
Use ``_("...")`` to mark strings as translatable. You can put a comment for translators on the line above if needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue