Skip to content

Commit

Permalink
[ '啰', '囉', '罗', '羅' ]
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Sep 11, 2018
1 parent 414b23b commit 73a3df6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/zh/table/table.d.ts
Expand Up @@ -63,6 +63,8 @@ export declare let table_jp: {
'瀏': string[];
'浏': string[];
'吁': string[];
'囉': string[];
'啰': string[];
};
/**
* 此表內符合以下任意值時會觸發
Expand Down
12 changes: 12 additions & 0 deletions lib/zh/table/table.js
Expand Up @@ -247,6 +247,18 @@ exports.table_jp = {
//'龥',
'吁',
],
'囉': [
'囉',
'啰',
'罗',
'羅',
],
'啰': [
'囉',
'啰',
'罗',
'羅',
],
};
/**
* 此表內符合以下任意值時會觸發
Expand Down
14 changes: 14 additions & 0 deletions lib/zh/table/table.ts
Expand Up @@ -286,6 +286,20 @@ export let table_jp = {
'吁',
],

'囉': [
'囉',
'啰',
'罗',
'羅',
],

'啰': [
'囉',
'啰',
'罗',
'羅',
],

};

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cjk-conv",
"version": "1.0.96",
"version": "1.0.97",
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )",
"keywords": [
"char",
Expand Down
2 changes: 1 addition & 1 deletion test/list.ts
Expand Up @@ -11,7 +11,7 @@ import libTable from '../lib/zh/table';
import { cn2tw_min, tw2cn_min } from '../lib/zh/convert/min';
import { zhRegExp } from 'regexp-cjk';

let word = `嚙齧啮`;
let word = `囉嗦`;

word = array_unique(word.split('')).join('');

Expand Down

0 comments on commit 73a3df6

Please sign in to comment.