Vlad Timotei

Results 10 issues of Vlad Timotei

### Issue description These lines should use _n() instead of __() - https://github.com/WordPress/health-check/blob/trunk/src/php/assets/mu-plugin/health-check-troubleshooting-mode.php#L1092 - https://github.com/WordPress/health-check/blob/trunk/src/php/assets/mu-plugin/health-check-troubleshooting-mode.php#L1171 ### Reasons - There are languages that have different plurals - There are cases where...

https://plugins.trac.wordpress.org/browser/health-check/tags/1.4.5/includes/class-health-check-debug-data.php#L617 If unknown server user, the output message is _Unable to determine the **websites server user**_ - that is pretty hard to translate without any context. Some translators assumed it's...

According to [this article](https://developer.chrome.com/blog/mv2-transition/) we have a year by now to migrate to manifest V3 if we want to be able to push updates after this date. > January 2023:...

enhancement
hacktoberfest

- Web-accessible resources - Background service workers Note. Although my tests show that this works, we should look into https://developer.chrome.com/docs/extensions/mv3/migrating_to_service_workers/#state and see if this is an issue for us. However...

enhancement

To provide customized experiences (and to prevent errors) we check in the entire project some tings several times in various more or less performant ways. Since #320, thanks to @webaxones...

enhancement

Case 1: project doesn't have Glossary, but User is GTE/PTE and sees "Create a Glossary" link ![image](https://user-images.githubusercontent.com/65488419/133660551-4f73052b-6457-4d43-8bd2-fcaf7a0a8397.png) Case 2: project has a Glossary and user can have any role. ![image](https://user-images.githubusercontent.com/65488419/133660603-8f329549-089c-468e-b7aa-b9d138f39303.png)...

enhancement
hacktoberfest

IMHO, texts should be as short as possible, but also clear enough, so I'm opening this issue as a question. @psmits1567 suggests we update these texts: ![image](https://user-images.githubusercontent.com/65488419/133662157-897c1c25-dae0-4890-aa4e-92655bd01b8c.png) to end with...

question

Following these steps 1. Select desired strings 2. Bulk actions > Copy from original 3. Apply the expected result should be - copying the original translation - **works** - marking...

enhancement

Now that we have a new link in the contextual link list (Discussion) we also need a new QuickLink - this way it's easy to be discovered by new users....

There are some experiments to convert [translate.wordpress.org](http://translate.wordpress.org/) to full width Translation table – [current](https://translate.wordpress.org/projects/wp-plugins/woocommerce/dev/gl/default/?filters%5Btranslated%5D=yes&filters%5Bstatus%5D=current) / [full-width](https://translate.wordpress.org/projects/wp-plugins/woocommerce/dev/gl/default/?filters%5Btranslated%5D=yes&filters%5Bstatus%5D=current&full-width=true) Translating a string – [current](https://translate.wordpress.org/projects/wp-plugins/woocommerce/dev/gl/default/?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=14886966&filters%5Btranslation_id%5D=99633466) / [full-width](https://translate.wordpress.org/projects/wp-plugins/woocommerce/dev/gl/default/?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=14886966&filters%5Btranslation_id%5D=99633466&full-width=true) (the design needs to be adjusted later...

enhancement