-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Translations of delete messages across the application #543
Comments
@billybonks I am in favor of doing this. I think it presents consistency across the app. |
I can update the french translations |
Need help with portuguese? |
Can I work on this? |
Go for it. On Saturday, October 15, 2016, yasirunilan notifications@github.com wrote:
*Joel Worrall * |
@tangollama I will also start working on this now and submit a PR. |
@billybonks 3. and 6. are not similar to the rest in the group, namely "want" and "wish". Change all to wish? |
@mdarmani @yasirunilan asked to work on it first and @tangollama agreed. I am going to move it to in progress with @yasirunilan working on it. The main issue here is to actually move from the multiple messages to just these 3: en: {
messages: {
delete: 'Are you sure you wish to delete {{name}}?'
delete_singular: 'Are you sure you wish to delete this{{name}}?'
delete_plural: 'Are you sure you wish to delete {{name}}?'
}
} This will require changing the translation files as well as changing everywhere these messages are called. |
@jkleinsc is correct |
yeah I'm working on this |
There are currently a few delete messages in the translations file, namely:
below i have grouped the strings that are similar
we can change this to be only 3 strings, and use them across the application
The text was updated successfully, but these errors were encountered: