https://github.com/kant2002/fsharpkeywordtranslator
Helper application to translate keywords for F#
https://github.com/kant2002/fsharpkeywordtranslator
Last synced: 6 months ago
JSON representation
Helper application to translate keywords for F#
- Host: GitHub
- URL: https://github.com/kant2002/fsharpkeywordtranslator
- Owner: kant2002
- License: mit
- Created: 2023-04-07T04:13:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T19:38:17.000Z (about 2 years ago)
- Last Synced: 2024-10-11T20:34:39.268Z (almost 2 years ago)
- Language: C#
- Homepage: https://kant2002.github.io/FSharpKeywordTranslator/
- Size: 288 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FSharp Keyword Translation
Utility web application to support translation of F# keywords to different languages. Application show code snippets, so native speakers can validate that code looks legit to them.
```
.\FSharp.ps1 -FSharpRepo C:\dotnet\fsharp -Language uk -OutputStorage C:\fsharp-ua-lang\mulilang-fsharp
```
Only Ukrainian has translation for REPL UI. If other translations would be added, change this line and `fable.ps1` to enable applying patch.
```
.\fable.ps1 -FSharpRepo C:\dotnet\fsharp -Language uk -OutputStorage C:\fsharp-ua-lang\mulilang-fsharp -FableRepo C:\fable\Fable -FableReplRepo C:\fable\repl\
```