mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
This script can be used, to update the language cache if any strings will be added or modified.
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
perl -e "require '//var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
|
|