Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 140 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | 'use strict'; |
||
2 | |||
3 | angular |
||
4 | .module('game') |
||
5 | .config(['$translateProvider', function ($translateProvider) { |
||
6 | <%= language %> |
||
7 | |||
8 | $translateProvider.preferredLanguage('en'); |
||
9 | }]); |
||
10 |