File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Another option is to use the i18nService and use the setCurrentLang method
2020For an example using angular-translate to translate your headers, refer to http://plnkr.co/edit/KnrKTst5dWXvlZNeIy9c?p=preview
2121
2222If you would like to get better performance out of your application, it is recommended that you take advantage of UI-Grid's multi-file
23- support. By default ui-grid.base .js will contain just the english language, in order to load the other language follow the example bellow:
23+ support. By default ui-grid.core .js will contain just the english language, in order to load the other language follow the example bellow:
2424<pre>
25- <script src="/release/ui-grid.base .js"></script>
25+ <script src="/release/ui-grid.core .js"></script>
2626 <script src="/release/i18n/ui-grid.language.[YOUR_LANGUAGE_HERE].js"></script>
2727
2828 <!-- Alternatively you can load all languages provided with you grid by loading the following -->
You can’t perform that action at this time.
0 commit comments