NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
103 stars 78 forks source link

Problem about generate `.po` file. #151

Open cryptonerdcn opened 7 months ago

cryptonerdcn commented 7 months ago

I don't know when it changed but now you must use the specific version, in a specific OS Ubuntu 22.04.3 LTS, to generate the correct .pot and .po files. Even the same version of mdbook&i18n-helpers will not work in the same way on other OSs(I have tested Windows 11 and Mac Sonoma). Now I run a VM with Ubuntu 22.04.3 on my Mac to generate the .pot and .po files.

https://github.com/NethermindEth/StarknetByExample/pull/146

@julio4 @Nadai2010 We can continue our discuss here.

cryptonerdcn commented 7 months ago

Also in Cairo Book, dojobook and starknetbook. They all have the same issue now.