mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
Compiles all the langs.
This commit is contained in:
3
build/change_file_extension.sh
Executable file
3
build/change_file_extension.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find ./locale -name '*.pot' -exec sh -c 'mv "$0" "${0%.pot}.po"' {} \;
|
||||
Reference in New Issue
Block a user