Change executable to normal .js file

An executable provides little or nothing extra in this case and running
the tool as 'node translations.js' is more universal across platforms
than './translations'.
This commit is contained in:
Hannu Lyytikainen 2018-11-26 13:49:07 +02:00
parent c9ce608e1f
commit aeb3369914

2
translations → translations.js Executable file → Normal file
View file

@ -1,5 +1,3 @@
#!/usr/bin/env node
/**
* A translations too that can be used to keep a translation file(s)
* up to date with one source language file.