mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-01 16:06:34 +00:00
4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find ./locale -name '*.pot' -exec sh -c 'mv "$0" "${0%.pot}.po"' {} \;
|