You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-power-apps/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ useMetadata({
49
49
50
50
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.
51
51
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
+
52
54
## How to test
53
55
54
56
Every component has its own `package.json` and testing environment.
0 commit comments