반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- hls.js
- cursor-ubuntu-installer
- M3U8
- REST API
- Babel standalone
- uint8array
- KakaoMap
- multiple camera
- http live streaming
- webrtc
- react
- Game js
- uint16array
- three.js
- HLS
- node
- append row
- babel
- localization
- typescript
- Flutter
- Prism.js
- code editor
- html2canvas
- swagger-typescript-api
- Redux
- segment
- how to install cursor on ubuntu
- Excel
- jszip
Archives
- Today
- Total
목록Google sheet (1)
Never give up
React, Next - localization with google spread sheet
대부분의 다국어 지원 서비스를 개발할 때, 비개발자랑 같이 진행하게 되는데 json만 던져주고 알아서 수정하라기에는 난이도가 있다보니 google spread sheet를 공유하면서 작업하는게 더 생산성이 높다 생각합니다 그래서 간단하게 예제를 만들어봤는데(오랜만에 localization 작업하다가 정리 안해놨더니 다시 작업할 때 삽질 포인트를 반복해서 적는건 안비밀) 먼저 필자가 원하는 저장경로는 대략 /[lang code]/common.json으로 경로가 다르다면 구현할 때 해당 부분을 조금 신경써주시면 될거 같습니다const Papa = require("papaparse");const fs = require("fs/promises");async function fetchTranslations() {..
WEB
2025. 9. 16. 15:32