From 00ee545c2444c35ed0d37df9f91984246aa36124 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 4 Apr 2023 09:16:53 +0200 Subject: Remove $ for bash commands It prevents easy copy --- support/doc/development/localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/development/localization.md') diff --git a/support/doc/development/localization.md b/support/doc/development/localization.md index 3021d3659..a38ed6f55 100644 --- a/support/doc/development/localization.md +++ b/support/doc/development/localization.md @@ -9,7 +9,7 @@ Will generate XLIFF base files for Angular (`angular.xlf`) and JSON files for th Then, it will merge new translation keys into localized Angular files (`angular.fr-FR.xlf` etc). ``` -$ npm run i18n:update +npm run i18n:update ``` -- cgit v1.2.3