mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
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:
parent
c9ce608e1f
commit
aeb3369914
1 changed files with 0 additions and 2 deletions
2
translations → translations.js
Executable file → Normal file
2
translations → translations.js
Executable file → Normal 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.
|
||||
Loading…
Add table
Reference in a new issue