File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -149,3 +149,16 @@ Once it's complete, a `.dmg` should appear in `build/`.
14914911. Ensure patches/series is formatted correctly, e.g. blank lines
15015012. Sanity checking for consistency in series file: `./devutils/check_patch_files.sh`
15115113. Use git to add changes and commit
152+
153+ ## Features
154+
155+ ### On-Device Translation
156+
157+ Helium now includes support for on-device translation that works without sending data to external services. This feature:
158+
159+ - Enables translation functionality in the browser UI and context menus
160+ - Uses local machine learning models for translation
161+ - Preserves privacy by not contacting Google or other external translation services
162+ - Can be disabled with the `--disable-translate` command line flag if desired
163+
164+ The translation feature is enabled by default in builds and provides a privacy-focused alternative to cloud-based translation services.
You can’t perform that action at this time.
0 commit comments