TeamAmaze/AmazeFileManager

Transifex automation and file depenent mappings don't work together

開放

#4,533 建立於 2025年12月29日

 (7 則留言) (1 個反應) (1 位負責人)Java (1,529 個分叉)batch import
Area-TranslationIssue-Severe (high)help wanted

倉庫指標

星標
 (4,883 顆星)
PR 合併指標
 (平均合併 146天 5小時) (30 天內合併 4 個 PR)

描述

There is an interesting issue with translations, the yml configuration doesn't allow for specific mappings (that we need to support Fastlane and Android translations) but does allow for smooth integration (automatic pull/push of translations). The .tx/config has file specific mappings but no direct support for integration. So,

  • To use ".tx/config": We have to create/obtain a CI pipeline that will integrate GitHub and Transifex
  • To use "yml": We need to find a way to use the same mapping for both android and Fastlane

Ping @yurtpage @IzzySoft hoping there is an easier way out.

References: https://community.transifex.com/t/using-tx-config-with-github-integration/5152/6 https://help.transifex.com/en/collections/5049978-github https://developers.transifex.com/docs/cli https://developer.android.com/guide/topics/resources/providing-resources

貢獻者指南