Conversation
supportI am currently translating this plugin into Japanese, and there are four entries left to translate. https://translate.wordpress.org/projects/wp-plugins/wp-migrate-db/dev/ja/default/?filters%5Bstatus%5D=untranslated However, it seems that all four of these entries are using the “translation method” incorrectly. The dblclick method is used for singular forms, and the onDoubleClick method is used for plural forms https://plugins.trac.wordpress.org/browser/wp-migrate-db/trunk/frontend/build-free/static/js/567.85af58f8fc2f.js#L2 Use the focusin method for singular forms and the onFocus method for plural forms https://plugins.trac.wordpress.org/browser/wp-migrate-db/trunk/frontend/build-free/static/js/567.85af58f8fc2f.js#L2 Use the focusout method for singular forms and the onBlur method for plural forms https://plugins.trac.wordpress.org/browser/wp-migrate-db/trunk/frontend/build-free/static/js/567.85af58f8fc2f.js#L2 Use the 1 method for singular forms and the add method for plural forms https://plugins.trac.wordpress.org/browser/wp-migrate-db/trunk/frontend/build-free/static/js/567.85af58f8fc2f.js#L2 The first three can be interpreted charitably as “an attempt to distinguish JavaScript methods based on whether there is one object or multiple objects to process,” but the intent of the fourth one is unclear.
No comments were stored for this source.