summaryrefslogtreecommitdiff
path: root/locales/generateDTS.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: localesをworkspace管理下のパッケージに (#16895)おさむのひと2025-11-301-232/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: localesをworkspace管理下のパッケージに * fix copilot review * move * move * rename * fix ci * revert unwanted indent changes * fix * fix * fix * fix * 間違えてコミットしていたのを戻す * 不要 * 追加漏れ * ymlの場所だけ戻す * localesの位置を戻したのでこの差分は不要 * 内容的にlocalesにある方が正しい * i18nパッケージ用のREADME.mdを用意 * fix locale.yml * fix locale.yml --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* Follow up per locale bundle (#16381)anatawa122025-08-081-13/+15
| | | | | | | | | | | | | | | | | | | | | * fix docker build * enable check spdx license id in frontend-builder * fix eslint config * run eslint for frontend-builder in ci * fix eslint * add license headers * fix unnecessary comments * update changelog * fix generateDts * fix tsx
* refactor: deprecate i18n.t (#13039)Acid Chicken (硫酸鶏)2024-01-201-31/+47
| | | | | | | | | * refactor: deprecate i18n.t * revert: deprecate i18n.t This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12. * chore: reimpl
* refactor: fully typed locales (#13033)Acid Chicken (硫酸鶏)2024-01-191-33/+162
| | | | | | | | | * refactor: fully typed locales * refactor: hide parameterized locale strings from type data in ts access * refactor: missing assertions * docs: annotation
* enhance(dev): ↵yukineko2023-11-301-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | 開発モード時にlocaleと型定義が自動的に再生成されるように (#12481) * enhance: localeを任意のタイミングでリビルドできるように * enhance: localeも監視し、必要であればlocaleをリビルドするように * feat: devモードの時のみナビゲーションバーからキャッシュクリアができるように * refactor: キャッシュクリア部分を共通化 * fix: localesのファイル変更イベントが取れないのを修正 * fix: replaceAllでコケるのを修正 * change: 開発モードに関係なくナビゲーションバーからキャッシュクリアできるように * refactor: 必要のないリビルドをしないように * update: CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* (refactor) do generateDTS in build-assets (#11812)かっこかり2023-09-101-1/+6
|
* fix(build): d.ts生成時にexport defaultを生成するように (#11280)anatawa122023-07-141-5/+1
|
* refactor(locales, sw): use es module (#11204)Kagami Sascha Rosylight2023-07-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(locales): use es module * fix sw build * fix gulp * try fixing storybook * Revert "try fixing storybook" This reverts commit 5f2a4eee016776381a7d80407e28d129c252228f. * try fixing storybook 2 * Update main.ts * Update build.js * Update main.ts * Update changes.ts * fix sw lint * Update build.js
* refactor(#7598): add i18n dynamic typings (#10882)Acid Chicken (硫酸鶏)2023-05-241-0/+72
* refactor: add i18n dynamic typings * chore: tweak