Created
September 1, 2014 13:26
-
-
Save stepanselyuk/7686e79b248e158b1cdc to your computer and use it in GitHub Desktop.
Resources JSON and JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( typeof window.MyApp === 'undefined' ) window.MyApp = {}; | |
MyApp.ttData = {"params":{"lang":"en-US","source_lang":"ru-RU","currency":"EUR"},"messages":{"\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u043e\u043a\u0443.":"You should select a one row.","\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c {a} \u0441\u0442\u0440\u043e\u043a\u0443.":"You should select {a} row."}}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"params":{"lang":"en-US","source_lang":"ru-RU","currency":"EUR"},"messages":{"\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u043e\u043a\u0443.":"You should select a one row.","\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c {a} \u0441\u0442\u0440\u043e\u043a\u0443.":"You should select {a} row."}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment