summaryrefslogtreecommitdiffstats
path: root/components/translate/README
blob: 076afe91f87bb71b9aec81c521aef8f454bdad61 (plain)
1
2
3
4
5
6
7
8
- translate/language detection depends on the CLD library and should only be
used from the renderer to avoid bloating the DLLs on Windows.

- Translate is not allowed to depend on content/, because it is used by iOS.
If dependences on content/ need to be added to Translate, it will have to be
made into a layered component: see
http://www.chromium.org/developers/design-documents/layered-components-design
for more information.