Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

facebook/fbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8161468 · Nov 14, 2024
Aug 12, 2021
Dec 21, 2022
Aug 23, 2022
Aug 14, 2024
Apr 13, 2022
Jul 16, 2024
Aug 14, 2024
Oct 25, 2024
Jun 7, 2024
Dec 20, 2023
Jan 19, 2022
Apr 23, 2024
Apr 12, 2021
Oct 14, 2021
Mar 25, 2022
Apr 8, 2022
Dec 21, 2022
Aug 22, 2022
Dec 21, 2022
Jul 29, 2022
May 25, 2024
Nov 7, 2024
Dec 21, 2022
Nov 14, 2024

Repository files navigation

Twitter Follow Discord Chat Facebook Group

FBT

FBT is an internationalization framework for JavaScript designed to be not just powerful and flexible, but also simple and intuitive. It helps with the following:

  • Organizing your source text for translation
  • Composing grammatically correct translatable UI
  • Eliminating verbose boilerplate for generating UI

Online Resources

Examples

Requirements

Building the fbt library

git clone [email protected]:facebook/fbt.git
cd fbt
yarn install

NOTE: if you make changes to the fbt runtime that you'd like to test in the demo-app, be sure to run this command to rebuild the JS code:

yarn build-runtime

Using fbt

See how to use the source directly with Babel and Webpack in our demo-app.

How FBT works

FBT works by transforming your <fbt> and fbt(...) constructs via Babel plugins. These plugins serve to extract strings from source and lookup translated payloads generated at build-time. FBT creates tables of all possible variations for the given fbt phrase and accesses this at runtime.

Join the fbt community

See the CONTRIBUTING file for how to help out.

Change log

See CHANGELOG.

List of npm modules published from this repo:

License

FBT is MIT licensed, as found in the LICENSE file.