这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,12 @@ var thirteenStrings = [
"β", //Think this is beta, which looks like a long 1 mashed together with a 3
// Thirteen pronunciation
"θərˈtiːn",
"పదమూడు" //Telugu
"పదమూడు", //Telugu
// Beginning of all Lojban variants
"paci", //Lojban
"pa ci", //Lojban
"jau" //Lojban: hex digit D (decimal 13)
// End of all Lojban variants
];

module.exports = {
Expand Down