Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Spanish language AE project – Only some comps are translating

Community Beginner ,
Mar 20, 2024 Mar 20, 2024

I know this is a familiar issue, but there's a twist: A client has requested an After Effects project that was started in a Spanish-speaking country.  The project has approximately 100 pre-comps, each of which contains dozens of layers, and just handful of them still have commands in Spanish.

 

I deleted the application and reinstalled.  I checked the application.xml and made sure it said, 

<Data key="installedLanguages">en_US</Data> 

Nothing seems to work.  Does anyone have any ideas?

Thanks so much in advance for your help!!

TOPICS
Error or problem
111
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2024 Mar 21, 2024
LATEST

Shape layers have a gigazillion invisible property streams pre-registered that only come into view when AE needs them. It's the old nonsense of AE being unable to dynamically add property streams at runtime. Your Spanish names are exactly that - AE would store the UI string for such a shim property stream since there isn't a generalized matching name for it. It's treated as if you explicitly (re-)named it and thus will be persistent across different languages. You have to rename them individually or use a script for it. Something like this can perhaps help:

 

https://aescripts.com/ae-global-renamer/

 

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines