-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
feature-requestNew feature requestNew feature requestgood first issueGood for newcomersGood for newcomershacktoberfest-acceptedphpPull requests that update Php codePull requests that update Php codetranslation
Milestone
Description
Following the pattern described in Nextcloud developer manual, PHP codes that do translations could have hints to help translators to understand the context of sentence to translate.
Example:
<ul id="translations">
<li id="add-new">
<?php
// TRANSLATORS Will be shown inside a popup and asks the user to add a new file
p($l->t('Add new file'));
?>
</li>
</ul>Suggestion:
Now we have a lot of sentences to put hint. To don't have a very big pull request, do small pull requests, maybe maximum implementing 10 hints.
Using the follow command, you can found the total of rows with translation method in PHP code.
grep -Rn -e "->t(" lib/ | wc -lTo see all the rows, remove | wc -l
Metadata
Metadata
Assignees
Labels
feature-requestNew feature requestNew feature requestgood first issueGood for newcomersGood for newcomershacktoberfest-acceptedphpPull requests that update Php codePull requests that update Php codetranslation
Type
Projects
Status
0. Needs triage