volleyball-dev-frontend/node_modules/hyphen/patterns/ta.js
2025-06-02 16:42:16 +00:00

21 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(function (root, factory) {
if (typeof define === "function" && define.amd) {
// AMD. Register as an anonymous module.
define([], factory);
} else if (typeof module === "object" && module.exports) {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like environments that support module.exports,
// like Node.
module.exports = factory();
} else {
// Browser globals (root is window)
root.hyphenationPatternsTa = factory();
}
})(this, function () {
return [
"22,11,01,1,201,21",
'{"":0,"":1,"அ":1,"ஆ":1,"இ":1,"ஈ":1,"உ":1,"ஊ":1,"எ":1,"ஏ":1,"ஐ":1,"ஒ":1,"ஓ":1,"ஔ":1,"ா":2,"ி":2,"ீ":2,"ு":2,"ூ":2,"ெ":2,"ே":2,"ை":2,"ொ":2,"ோ":2,"ௌ":2,"க":[{"்":4},3],"ங":[{"்":4},3],"ச":[{"்":4},3],"ஜ":3,"ஞ":[{"்":4},3],"ட":[{"்":4},3],"ண":[{"்":4},3],"த":[{"்":4},3],"ந":[{"்":4},3],"ப":[{"்":4},3],"ம":[{"்":4},3],"ய":[{"்":4},3],"ர":[{"்":4},3],"ற":[{"்":4},3],"ல":[{"்":4},3],"ள":[{"்":4},3],"ழ":[{"்":4},3],"வ":[{"்":4},3],"ஷ":[{"்":4},3],"ஸ":[{"்":4},3],"ஹ":[{"்":4},3],"ன":{"்":4},"ஂ":5,"ஃ":5,"ௗ":5,"்":5}',
[]
];
});