Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

13
node_modules/relative-time-format/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,13 @@
0.1.1 / 13.01.2018
===================
* Added "the day after tomorrow" / "the day before yesterday" messages (for example, for German language).
* Fixed "yesterday"/"tomorrow" being applied only to days (can now be applied, say, to seconds returning "now").
* Formatting numbers now uses `Intl.NumberFormat` when available.
0.1.0 / 12.01.2018
===================
* Initial release.