generator: fixed help comment syntax for translations
Jérémie Loosfelt
committed Mar 16, 2013
commit 2920787912c42c121b7923497277a552ee1b7bf5
Showing 2
changed files with
2 additions
and 2 deletions
generators/blank/config/translations.yml
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| # Your translations go here. To be used with the 'translate' liquid filter | |
| # Example: | |
| - | # {{ 'hello_world | translate '}} |
| + | # {{ 'hello_world' | translate }} |
| # | |
| # hello_world: | |
generators/bootstrap/config/translations.yml
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| # Your translations go here. To be used with the 'translate' liquid filter | |
| # Example: | |
| - | # {{ 'hello_world | translate '}} |
| + | # {{ 'hello_world' | translate }} |
| # | |
| # hello_world: | |