Skip to content

Commit aafdafd

Browse files
committed
docs: added description of where to find the translations
1 parent 7d5c5eb commit aafdafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-power-apps/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ useMetadata({
4949

5050
We pass this config file to `hygen` and use the templates from `packages/components/_templates/power-apps/new` to generate all required files for Power Apps components inside `build-power-apps` folder.
5151

52+
All translations for the display keys (`name` value defined in the components file like e.g. `button.lite.tsx` plus the suffix `_Display_Key` like e.g. `headline_Display_Key` in this case) are being maintained with the related `.resx` files (like e.g. `build-power-apps/button/DBButton/strings/DBButton.de.resx`), which are referenced within each components config files `resources` node.
53+
5254
## How to test
5355

5456
Every component has its own `package.json` and testing environment.

0 commit comments

Comments
 (0)