# HG changeset patch # User Marcin Kuzminski # Date 2016-11-24 14:48:27 # Node ID 976224e36992bfe60f9890cc018813f2e36a6797 # Parent 7bd159d9f5c5c58360f313654f68f4f684797048 i18n: added dummy file wth translations to help extract JS messages from EE version. - helps also to translate parts from unreachable code. Temp solution, but it works. diff --git a/rhodecode/public/js/src/i18n_messages.js b/rhodecode/public/js/src/i18n_messages.js new file mode 100644 --- /dev/null +++ b/rhodecode/public/js/src/i18n_messages.js @@ -0,0 +1,8 @@ +// special file to catch some of the translation strings NOT extracted by our extraction system +// we need to fix that, however until now we add here those manual entries to catch them + +_gettext('Invite reviewers to this discussion'); +_gettext('Close'); +_gettext('Send'); +_gettext('Switch to chat'); +_gettext('Switch to comment');