diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index 08ab9567..25e0f37a 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -53,6 +53,10 @@ You can check localization status with: i18n-tasks health +And update localization files after adding new strings with: + + yarn manage:translations + You can check code quality with: rubocop