import { ITranslation } from "./../interface";

const zh_TW: ITranslation = {
  placeHolder: "請選擇"
};
export default zh_TW;
