discourse/app/assets/javascripts
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
..
admin FEATURE: add a banner when read-only mode is enabled 2014-02-27 19:50:20 +01:00
defer BUGFIX: Do not allow font tags. 2014-02-20 11:10:56 -05:00
discourse Explicit button text in abandon dialog in all lang 2014-02-28 23:42:14 -06:00
docs Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
locales CLEANUP: remove unused pseudo locale 2014-02-26 19:03:04 +01:00
admin.js.erb Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
application.js.erb FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
discourse.js binding to a POJO is useless 2014-02-13 13:31:13 -08:00
ember_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
env.js shorter message for untranslated strings 2013-11-04 11:52:12 +01:00
jquery_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
main_include.js Add a way to flag a topic 2014-02-12 12:57:55 -05:00
main_include_admin.js FEATURE: upload backups 2014-02-22 01:41:01 +01:00
pagedown_custom.js Enable JSHINT's unused option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
preload_store.js Upgrade JSHint. Fixes linting issues. 2013-12-30 12:42:05 -05:00
vendor.js split js with vendor/application 2013-12-23 10:32:07 +11:00