10 lines
157 B
Java
10 lines
157 B
Java
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
var locale = {
|
||
|
|
placeholder: 'Valitse aika'
|
||
|
|
};
|
||
|
|
|
||
|
|
exports['default'] = locale;
|