13 lines
226 B
Java
13 lines
226 B
Java
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
/**
|
|
* Created by Andrey Gayvoronsky on 13/04/16.
|
|
*/
|
|
var locale = {
|
|
placeholder: 'Выберите время'
|
|
};
|
|
|
|
exports['default'] = locale; |