Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse MD file #141

Open
grozwalker opened this issue Nov 10, 2022 · 0 comments
Open

Parse MD file #141

grozwalker opened this issue Nov 10, 2022 · 0 comments

Comments

@grozwalker
Copy link

grozwalker commented Nov 10, 2022

I have the file with content like this:

Так как стор представляет собой ядро приложения, данные внутри него должны описываться в терминах 
domain data и app state, но не как дерево компонентов UI. Например, такой способ формирования состояния 
_state.leftPane.todoList.todos_ — плохая идея. Крайне редко дерево компонентов отражается напрямую на 
структуру состояния, и это нормально. Представление зависит от данных, а не данные от представления.

Типичная структура состояния выглядит так:

```javascript
{
    domainData1 : {}, // todos
    domainData2 : {}, // comments
    appState1 : {},
    appState2 : {},
    uiState1 : {},
    uiState2 : {},
}

I need to cut the code and translate the file by paragraph, what should be the serge setting for this? I don't understand which parser should be used if you need to translate just plain text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant