discourse/app
infogulch bf21a55571 Explicit button text in abandon dialog in all lang
The current post abandon dialog displays typical yes/no buttons and should
instead show more informative button text.

This commit updates all `config/locales/client.*.yml` files and *alters the
structure* of the `post.abandon` node, and *adds three new nodes* under it:
`confirm`, `yes_value`, and `no_value`. The current value of the
`post.abandon` node is moved into `post.abandon.confirm` for all languages.
For English language text, the nodes `post.abandon.yes_value` and
`.no_value` are changed to `"Yes, abandon"` and `"No, keep"`, respectively.
For other languages, the standard yes/no values are copied, allowing simple
copyedits to make them more explicit in the future.

I also make the necessary changes to the `composer_controller.js` file so
the new values are used correctly.
2014-02-28 23:42:14 -06:00
..
assets Explicit button text in abandon dialog in all lang 2014-02-28 23:42:14 -06:00
controllers FIX: moderators should not be able to see site setting changes in the staff action logs. Fixes #2027 2014-02-28 16:30:54 -05:00
helpers FIX: undefined method error for some digests. 2014-02-21 16:25:19 -05:00
jobs OPTIM: change Top Topic's score computation algorithm 2014-02-28 20:33:52 +01:00
mailers BUGFIX: mailing list mode broke regular email 2014-02-12 16:51:26 +11:00
models FIX: moderators should not be able to see site setting changes in the staff action logs. Fixes #2027 2014-02-28 16:30:54 -05:00
serializers FIX: Showing Unread(1) when you weren't tracking the topic. Also 2014-02-26 15:39:45 -05:00
services Allow users to toggle interface language in their preferences 2014-02-18 14:53:59 -05:00
views Add previous page link for crawlers 2014-02-25 12:15:48 -05:00