Skip to content

Commit

Permalink
NEW: Add Language Folder Location in Manual Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 19, 2023
1 parent f0ce9d5 commit 59ebd12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
//'Change the application name' => '',
//'Change from' => '',
//'Go to line N° %s in %s' => '',
//'Go to the translation file in the relevant language folder inside %s' => '',
//'Change to' => '',
//'Change the application name in the translation string when a username is used' => '',
//'Changing the Application Name in the 2FA Security Page' => '',
Expand Down
1 change: 1 addition & 0 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
'Change the application name' => '',
'Change from' => '',
'Go to line N° %s in %s' => '',
'Go to the translation file in the relevant language folder inside %s' => '',
'Change to' => '',
'Change the application name in the translation string when a username is used' => '',
'Changing the Application Name in the 2FA Security Page' => '',
Expand Down
3 changes: 3 additions & 0 deletions Template/config/manual-edits.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<?= t('Change the application name in the translation string when a username is used') ?> <span class="lead">- <?= t('Optional') ?></span>
</h4>
<div class="m-edit-codeblock">
<a href="https://github.com/kanboard/kanboard/blob/main/app/Locale" class="" title="<?= t('Opens in a new window') ?>" target="_blank" rel="noopener noreferrer">
<span class="chev-link-icon"></span><?= e('Go to the translation file in the relevant language folder inside %s', '<kbd>/app/Locale/</kbd>') ?>
</a>
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<code class="edit-code">'%s via Kanboard'</code>
Expand Down

0 comments on commit 59ebd12

Please sign in to comment.