UNPKG

sentencex

Version:
10 lines (7 loc) 198 B
import BaseLanguage from '../base.js' const abbreviations = new Set([ // TOOD: Add abbreviations ]) export default class Japanese extends BaseLanguage { static abbreviations = abbreviations }