Add license headers

master
Vitaliy Filippov 2021-08-28 15:51:32 +03:00
parent 40d583942b
commit 554a60abf5
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// babel-plugin-react-translate
// (c) Vitaliy Filippov 2021+
// SPDX-License-Identifier: LGPL-3.0
const fs = require('fs');
module.exports = function(babel)

View File

@ -1,3 +1,7 @@
// babel-plugin-react-translate
// (c) Vitaliy Filippov 2021+
// SPDX-License-Identifier: LGPL-3.0
export default function plural_ru(count, one, few, many)
{
var sto = count % 100;

View File

@ -1,3 +1,7 @@
// babel-plugin-react-translate
// (c) Vitaliy Filippov 2021+
// SPDX-License-Identifier: LGPL-3.0
import plural from './plural_ru.js';
const strings = {};