1import type { Translation } from '../i18n-types.js'; 2 3const zh_TW = { 4 // Add non-namespaced Chinese translations here if needed 5} satisfies Translation; 6 7export default zh_TW;