fbt
fbt copied to clipboard
A JavaScript Internationalization Framework
## 🚀 Feature Proposal Thank you for amazing library. Code split enum files per translation with (dynamic) lazy load feature. ## Motivation Above feature already there for translation. It's better...
## Summary In [8fdbce6](https://github.com/facebook/fbt/commit/761eae6b1ff54e54d88a9a5ea9fb6119c0e4249d) the dependencies were updated to `0.64.0` but not in the Android native side. - [x] update `android` code to `0.64.0` - [x] update `react-native-fbt` to `0.0.5`...
## 🚀 Feature Proposal Include an example in the demo app on how to format plural translation strings (or any strings with variables) in iOS. ## Motivation Right now, the...
## 🚀 Feature Proposal Export "empty" `Fbt` components ## Motivation Allow `fbt` to work better with TypeScript and friends. With this change types could be added to DefinentlyTyped and would...
## Summary Consolidate pronoun constants to address #67 ## Test plan
A potentially nice feature to add to the runtime and Babel parser would be to enable a `locale` override at the callsite. ``` prompts = [ ... Switch to Spanish,...
I'm trying to understand the `fbt` demo app a little better. I think I understand what most scripts are doing, but I don't understand where any of the `./translations/*.json` files...
## 🚀 Feature Proposal Currently, we have some JS constants that are defined twice on the clientside and Babel transform modules. E.g. The Gender constant object that defines all the...
Hey folks! I got 2 important questions to consider this in our next project: - Does this somehow support exporting to `.mo` files and vice versa ? - If not...
## 🐛 Bug Report I'm working in an ES2017 codebase compiled with TypeScript, Babel, and webpack. It seems that in certain contexts, using the default import of FBT fails because...