📜 ⬆️ ⬇️

Photoshop CS6 Beta. Russification of the built-in Lorem Ipsum

Many web designers working in Photoshop CS6 Beta have already appreciated the useful Lorem Ipsum text insertion feature straight from the menu.

image

Conveniently. But when the design of the Russian-language project is developed, the Latin “fish”, whatever one may say, spoils the view and does not convey the entire composition to the end. In order not to copy-paste the Cyrillic “fish” endlessly, I propose to Russify the built-in CS6 Beta.
')
With the help of the Total Commander search module, it turned out that the text “fish” is stored in the Photoshop.exe file, which is located in the \ Adobe Photoshop CS6 folder. To edit .exe files, Google offered the Free Hex Editor Neo software.

In order not to be offended later, Photoshop.exe is better to backup. After downloading, installing and running Free Hex Editor Neo, you need to drag the Photoshop.exe file onto the working field of the hex editor. For a more convenient perception, you can click View -> Code Pane (the hexadecimal code is removed, only text will remain)

image

and in the context menu of the working field, you can select Columns -> Auto (the text will stretch to the width of the working field)

image

Next you need to find the text of the built-in "fish". Using the key combination Ctrl + F , the search window is called, in it you need to enter " LoremIpsum = " (without quotes and observing the register). The cursor will go to the desired part of the code. The text between " LoremIpsum = " and " ... $$$ / Commands / LoremIpsum = Paste Lorem Ipsum " - is the text of the "fish" embedded in the CS6 Beta. By trial and error, it turned out that Photoshop CS6 Beta stops running if the "old" and "new fish" do not have the same number of characters. So I had to create my own “fish” (it should be saved in a .txt file), this is part of the Russian translation of the original text of Lorem Ipsum. So, to insert a blank, place the cursor in the position corresponding to the letter " T " of the word " This ", press the " Insert File ... " button and select the text file with the blank.

image

New "fish" is inserted. After this change, you need to save (Ctrl + S) and you can run Photoshop, the text "fish" will be Russian.

image

Source: https://habr.com/ru/post/142739/


All Articles