Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jtorvald/excel2resource
Browse files Browse the repository at this point in the history
* 'main' of github.com:jtorvald/excel2resource:
  shields up
  fixed link to releases
  • Loading branch information
jtorvald committed May 30, 2022
2 parents c108a86 + eef07bf commit d7e763e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ This tool will convert sheets in an Excel file or a path full of Excel files to
The reason this tool was developed was to give other non-technical people the possibility to translate resources from a
mobile app in Xamarin without needing to edit resource files. Everybody knows how to use Excel, right?

[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/jtorvald/excel2resource)](https://github.com/jtorvald/excel2resource)
[![GoReportCard](https://goreportcard.com/badge/github.com/jtorvald/excel2resource)]((https://goreportcard.com/report/github.com/jtorvald/excel2resource))


## Download releases ##

The best is to [download the binary for your platform and run the executable](/jtorvald/excel2resource/releases).
The best is to [download the binary for your platform and run the executable](https://github.com/jtorvald/excel2resource/releases).

To build from source, you'll need to clone the repository and run `go build -o ./bin/Excel2Resource main.go`
from within the cmd directory.
Expand Down Expand Up @@ -58,4 +62,6 @@ and saves it as Translations.xlsx.
I don't think it will do any harm but just in case: **use this tool at your own risk**.

# License #
[MIT](LICENSE)
[MIT](LICENSE)

[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](https://go.dev/)

0 comments on commit d7e763e

Please sign in to comment.