你該知道的 All in one i18n !!
「i18n github」的推薦目錄:
- 關於i18n github 在 91 敏捷開發之路 Facebook 的最佳解答
- 關於i18n github 在 Kewang 的資訊進化論 Facebook 的最佳解答
- 關於i18n github 在 React i18next - GitHub 的評價
- 關於i18n github 在 i18next - GitHub 的評價
- 關於i18n github 在 Internationalization (i18n) library for Ruby - GitHub 的評價
- 關於i18n github 在 i18n · GitHub Topics 的評價
- 關於i18n github 在 turquoiseowl/i18n: Smart internationalization for ASP ... - GitHub 的評價
- 關於i18n github 在 A small library to provide the I18n translations on the JavaScript. 的評價
- 關於i18n github 在 fnando/i18n-js - GitHub 的評價
- 關於i18n github 在 lokalise/i18n-ally: All in one i18n extension for VS Code - GitHub 的評價
- 關於i18n github 在 jpomykala/awesome-i18n - GitHub 的評價
- 關於i18n github 在 next-i18next - GitHub 的評價
- 關於i18n github 在 kazupon/vue-i18n: :globe_with_meridians - GitHub 的評價
- 關於i18n github 在 wjz304/arpl-i18n: Automated Redpill Loader(i18n) - GitHub 的評價
- 關於i18n github 在 intlify/vue-i18n-next - GitHub 的評價
- 關於i18n github 在 AlexanderZaytsev/react-native-i18n - GitHub 的評價
- 關於i18n github 在 svenfuchs/rails-i18n: Repository for collecting Locale data for ... 的評價
- 關於i18n github 在 aurelia/i18n: A plugin that provides i18n support. - GitHub 的評價
- 關於i18n github 在 i18n (Go) - GitHub 的評價
- 關於i18n github 在 Easy to use i18n library for Python - GitHub 的評價
- 關於i18n github 在 ivanhofer/typesafe-i18n: A fully type-safe and ... - GitHub 的評價
- 關於i18n github 在 ObservedObserver/chatgpt-i18n: Localize your ... - GitHub 的評價
- 關於i18n github 在 crystal-i18n/i18n: An internationalization library for Crystal. 的評價
- 關於i18n github 在 xiCO2k/laravel-vue-i18n - GitHub 的評價
- 關於i18n github 在 dachcom-digital/pimcore-i18n: Pimcore - i18n Manager - GitHub 的評價
- 關於i18n github 在 openstack/oslo.i18n - GitHub 的評價
- 關於i18n github 在 i18n · GitHub Topics 的評價
- 關於i18n github 在 nanostores/i18n: A tiny (≈700 bytes) i18n library for ... - GitHub 的評價
- 關於i18n github 在 I18n module for Nuxt - GitHub 的評價
- 關於i18n github 在 mashpie/i18n-node - GitHub 的評價
- 關於i18n github 在 Alexandre-Fernandez/astro-i18n - GitHub 的評價
- 關於i18n github 在 i18n · GitHub Topics 的評價
- 關於i18n github 在 Vue I18n 的評價
- 關於i18n github 在 i18n - Go Packages 的評價
- 關於i18n github 在 Improving Localization Workflows with Phrase Strings+GitHub ... 的評價
- 關於i18n github 在 Weekly github digest (Tracker items) - W3C 的評價
- 關於i18n github 在 Golang Language Examples 的評價
- 關於i18n github 在 Git Help - W3Schools 的評價
- 關於i18n github 在 Tw93 on Twitter: "#工程师工具在Github 上面看到一个智能的 ... 的評價
- 關於i18n github 在 git - The following untracked working tree files would be ... 的評價
- 關於i18n github 在 The Rails 5 Way - Google 圖書結果 的評價
- 關於i18n github 在 Full Stack Development with JHipster: Build modern web ... 的評價
- 關於i18n github 在 Professional Heroku Programming - Google 圖書結果 的評價
- 關於i18n github 在 La influencia de la tecnología en la investigación educativa ... 的評價
- 關於i18n github 在 Learning Android Application Programming: A Hands-On Guide ... 的評價
- 關於i18n github 在 Extending Jenkins - 第 130 頁 - Google 圖書結果 的評價
- 關於i18n github 在 E-Auto einfach erklärt: Von A wie Akku bis Z wie zu Hause laden 的評價
i18n github 在 Kewang 的資訊進化論 Facebook 的最佳解答
TL;DR
* 改 Ubuntu 的 source code 請到 Launchpad;改 Debian 的 source code 請到 GitHub 或 https://anonscm.debian.org
* 改 Ubuntu 的翻譯請到 Launchpad;改 Debian 的翻譯請到 https://wiki.debian.org/Teams/I18n
---
以下是詳細版:
小編這兩天放風 XDDD,所以想說來寫一下程式。
星期六的時候發現 Debian 系的套件管理程式 apt 有點問題,這個問題應該也不會太難修,於是就從 GitHub fork 了 apt 的原始碼準備要試著改看看。
後來看到 zh_TW 的翻譯有許多不精確的地方,於是就先打開編輯器一個一個的調整,大概也花了兩三個小時,其中在用 cmake 的時候又花了一些功夫裝 dependency (cmake 好像還蠻厲害的),要出門吃晚餐前就丟了 PR (https://github.com/Debian/apt/pull/40) 出去給 upstream。
結果吃完大餐回家後,發現小編好像做了白工 Orz,因為上面的開發者這樣回:
「While I appreciate your effort, we do not really accept translations via GitHub. Translations need to go through the proper language team where they get peer reviewed, and then sent to the bug tracker.」
囧rz囧rz囧rz
小編知道跟 Ubuntu 比較有關的程式碼大都放在 Launchpad,但沒注意到 GitHub 上面的是 Debian 的 mirror,實際上當然不會 merge 回 Launchpad。剛仔細查了一下,Ubuntu 是放在 Launchpad 沒錯,可是 Debian 是放在 anonscm.debian.org 這裡 Orz
所以小編原本在使用 Ubuntu 的 apt,結果卻去調整 Debian 在 GitHub mirror 的翻譯,這無論如何最後都沒辦法在 Ubuntu 上面看到翻譯的結果 Orz
最後小編就只好再去 Launchpad (https://translations.launchpad.net/ubuntu/+source/apt) 上面重新把翻譯再調整一次,多浪費了許多時間 Orz
結果要改的問題沒改到,不過還是希望下一版的 apt 可以看到小編的翻譯有被接受啊!!!
#i18n #ubuntu #debian #apt #launchpad
i18n github 在 i18next - GitHub 的推薦與評價
Internationalization for react done right. Using the i18next i18n ecosystem. JavaScript 8.3k 1k. ... <看更多>
i18n github 在 Internationalization (i18n) library for Ruby - GitHub 的推薦與評價
Ruby internationalization and localization (i18n) solution. Currently maintained by @radar. Usage. Rails. You will most commonly use this library within ... ... <看更多>
i18n github 在 React i18next - GitHub 的推薦與評價
Learn once - translate everywhere. Beyond i18n comes with locize bridging the gap between developement and translations - covering the whole translation process ... ... <看更多>
相關內容