pashto-inflector/src/lib/pashto-consonants.ts

12 lines
596 B
TypeScript
Raw Normal View History

2021-03-09 12:39:13 +00:00
/**
* Copyright (c) 2021 lingdocs.com
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
export const pashtoConsonants = ["ب", "پ", "ت", "ټ", "ث", "ج", "چ", "ح", "خ", "څ", "ځ", "د", "ډ", "ذ", "ر", "ړ", "ز", "ژ", "ږ", "س", "ش", "ښ", "ص", "ض", "ط", "ظ", "غ", "ف", "ق", "ک", "ګ", "گ", "ل", "ل", "م", "ن", "ڼ"];
2021-09-07 11:49:57 +00:00
export const phoneticsConsonants = [
2021-10-31 03:10:18 +00:00
"b", "d", "D", "f", "g", "h", "j", "k", "l", "m", "n", "N", "p", "q", "r", "R", "s", "t", "T", "w", "x", "z",
2021-09-07 11:49:57 +00:00
];