barats / ohUrlShortener

适合中小型社区网站使用的企业级短链接服务系统,支持短链接生产、查询及302转向,并自带点击量统计、独立IP数统计、访问日志
https://www.ohurls.cn
Other
366 stars 58 forks source link

Maybe it's time to start Internationalization. #23

Open barats opened 1 year ago

barats commented 1 year ago
          Maybe it's time to start Internationalization.

Originally posted by @barats in https://github.com/barats/ohUrlShortener/issues/16#issuecomment-1541159578

barats commented 1 year ago

改进思路

需要国际化的部分,有两点:

  1. 写在 Golang 代码中的操作提示、go-gin 页面转向时传入的字符串等
  2. 纯 html 页面中的提示词

(代码中的注释、debug 输出等内容,不考虑进行国际化)

考虑使用 i18n 将上述两部分的内容替换

nullniverse commented 4 months ago

I did an internationalization effort previously for my org, but lost the project. I'm curious on how to do that using i18n in this project. Any hint is most welcomed!