Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | 03-May-2024 | - | 834 | 581 | ||
language_detection/ | 03-May-2024 | - | 613 | 411 | ||
DEPS | D | 03-May-2024 | 96 | 5 | 4 | |
OWNERS | D | 03-May-2024 | 64 | 4 | 3 | |
README | D | 03-May-2024 | 429 | 9 | 7 |
README
1- translate/language detection depends on the CLD library and should only be 2used from the renderer to avoid bloating the DLLs on Windows. 3 4- Translate is not allowed to depend on content/, because it is used by iOS. 5If dependences on content/ need to be added to Translate, it will have to be 6made into a layered component: see 7http://www.chromium.org/developers/design-documents/layered-components-design 8for more information. 9