Some PR update only some lang translation.
I think all source source code must be same.
How do you think about building readme with some script and seperated translation files?
For example..
// en.js
{
util: {
title: "Utilities",
description: "",
contents: {
isArray: { title: "isArray", description: "" }
}
...
}
and
// isArray.js
// jQuery
$.isArray(range);
// Native
Array.isArray(range);
Some PR update only some lang translation.
I think all source source code must be same.
How do you think about building readme with some script and seperated translation files?
For example..
and