SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
https://simde.net
GNU General Public License v3.0
13 stars 11 forks source link

Apply proper translations to VLIW Machine #40

Closed adrianabreu closed 7 months ago

adrianabreu commented 3 years ago

Most key for the vliw machine are still in spanish: Apply the translate component to them and then fix it.

endes0 commented 7 months ago

After investigating, this seems to be all hardcoded spanish strings on the VLIW interface which should be converted to an i18n entry: https://github.com/SIMDE-ULL/SIMDE/blob/f16ea367ee2ba8204420c6684e1bc1bdcf475b39/src/interface/components/VLIW/tab/GeneralVLIWTabComponent.tsx#L48

https://github.com/SIMDE-ULL/SIMDE/blob/f16ea367ee2ba8204420c6684e1bc1bdcf475b39/src/interface/components/VLIW/tab/GeneralVLIWTabComponent.tsx#L78

https://github.com/SIMDE-ULL/SIMDE/blob/f16ea367ee2ba8204420c6684e1bc1bdcf475b39/src/interface/components/VLIW/tab/RegistersVLIWTabComponent.tsx#L27

https://github.com/SIMDE-ULL/SIMDE/blob/f16ea367ee2ba8204420c6684e1bc1bdcf475b39/src/interface/components/VLIW/CodeComponent.tsx#L31